mobile folders
This commit is contained in:
@@ -180,14 +180,24 @@ a:hover {}
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.folders .folder_thumb {
|
||||
.folder_thumb {
|
||||
width: 150px;
|
||||
height: 40px;
|
||||
background-size: cover;
|
||||
vertical-align: middle;
|
||||
margin-right: 2em;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user