Skip to content

Commit 362bb74

Browse files
committed
Improve post pages properties layout on medium screens
1 parent 5130602 commit 362bb74

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/styles/media-screen-medium.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,19 @@
2525
}
2626

2727
ul.posts-list .post-date,
28-
.page-post .post-date,
2928
ul.listing.posts .post-date,
3029
.photo-data .data-title {
3130
display: block;
3231
width: auto;
3332
}
3433

34+
.page-post .post-date,
35+
.page-post .tag-list {
36+
display: block;
37+
float: left;
38+
clear: both;
39+
}
40+
3541
ul.page-gallery {
3642
margin: 20px 0;
3743
gap: 20px;

0 commit comments

Comments
 (0)