mobile folders
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user