Compare commits

..

No commits in common. "6cfea3fc98bc89263f680941d33e368e4c3f498c" and "f3f68717ee981632294d35756797a81dd043f5bd" have entirely different histories.

2 changed files with 1 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,17 +29,6 @@
@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;
@ -110,11 +99,6 @@
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) {