Template:Main Page/styles.css: Difference between revisions

From Otherkin Wiki
Content added Content deleted
imported>Jazzhorse
No edit summary
imported>Vagabondsun
m (fix title graphic squish on small screens)
Line 23: Line 23:
max-width:100%;
max-width:100%;
float:none;
float:none;
}
#logo-search img {
max-width:100%;
height:auto;
}
}
}
}

Revision as of 22:17, 20 May 2023

#hero { margin-bottom: 30px; } #logo-search { max-width:550px; float:left; } #logo-search form { margin-top:1.5em; } #logo-search form .mw-ui-button { background-color:#B529A7; } @media only screen and (max-width: 1031px) { #main-illustration { display:none; } #logo-search { max-width:100%; float:none; } #logo-search img { max-width:100%; height:auto; } } .firstHeading { display:none; } .mw-searchInput { max-width: 80%; }