mobile folders

This commit is contained in:
Q
2023-10-14 00:13:17 +03:00
parent 5979daef02
commit 4f7e7bc383

View File

@@ -180,14 +180,24 @@ a:hover {}
font-size: 15px; font-size: 15px;
} }
.folders .folder_thumb { .folder_thumb {
width: 150px; width: 150px;
height: 40px; height: 40px;
background-size: cover; background-size: cover;
vertical-align: middle; vertical-align: middle;
margin-right: 2em; margin-right: 2em;
display: inline-block; display: inline-block;
background-position: center; background-position: top;
}
@media only screen and (max-width: 800px) {
.folder_wrapper {
text-align: center;
}
.folder_thumb {
width: 100vw;
height: 80px;
}
} }
.post .title { .post .title {
@@ -300,4 +310,4 @@ a:hover {}
.float_down { .float_down {
float: left; float: left;
} }