We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab38b4 commit 3661817Copy full SHA for 3661817
normal/blog.rs
@@ -160,9 +160,9 @@ pub fn BlogPost(slug: String) -> Element {
160
}
161
162
div { class: "text-md text-fg flex items-end justify-between",
163
- p { class: "opacity-60",
+ p { class: "opacity-60 flex flex-col sm:flex-row w-full sm:items-center",
164
"{post.date} "
165
- span { class: "text-xs opacity-40",
+ span { class: "text-xs opacity-40 sm:ml-2",
166
"(last edit: {post.edited})"
167
168
@@ -171,7 +171,7 @@ pub fn BlogPost(slug: String) -> Element {
171
src: LOGO_NO_BG,
172
alt: "{ME.name}"
173
174
- span { class: "text-purple-light",
+ span { class: "text-purple-light text-sm sm:text-base mr-4",
175
"{post.author}"
176
177
0 commit comments