:Correct self-links overlap of header on small displays

style.css: #self-links will no longer overlap header at any point.
master
Mike Gerwitz 2016-08-27 00:08:45 -04:00
parent 55cb97ff35
commit 81b2824128
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 9 additions and 1 deletions

View File

@ -420,8 +420,16 @@ body.article h3 {
}
}
/* selflinks start to overlap with heading */
@media screen and (max-width: 475px) {
#selflinks img {
max-width: 32px;
max-height: 32px;
}
}
/* when things start getting odd from 640px */
@media screen and (max-width: 400px) {
@media screen and (max-width: 420px) {
#menu {
font-size: 0.8em;
}