fixed mobile view of menubar, search page and category page #49
2
dist/blog/css/main.css
vendored
2
dist/blog/css/main.css
vendored
File diff suppressed because one or more lines are too long
@ -29,6 +29,17 @@
|
|||||||
|
|
||||||
@media screen and (max-width: 75em) {
|
@media screen and (max-width: 75em) {
|
||||||
|
|
||||||
|
/***** Menu bar ***/
|
||||||
|
div.menuBar .menu ul {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding-left: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.menuBar .menu ul li input[type="search"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/*** Large Post for Home and Category ***/
|
/*** Large Post for Home and Category ***/
|
||||||
section.largePost {
|
section.largePost {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
@ -99,6 +110,11 @@
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***** Categories and Search Pages ***/
|
||||||
|
main > h1 {
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 55em) {
|
@media screen and (max-width: 55em) {
|
||||||
|
Loading…
Reference in New Issue
Block a user