fixed mobile view of menubar, search page and category page
Some checks failed
🚀 Deploy website on push / 🎉 Deploy (push) Failing after 0s

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
Rohit Pai 2023-11-06 19:37:26 +00:00
parent f3f68717ee
commit d8a7901574
2 changed files with 17 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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) {