diff options
Diffstat (limited to 'stylesheets/contact.css')
| -rw-r--r-- | stylesheets/contact.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/contact.css b/stylesheets/contact.css index fd75a7c..7921991 100644 --- a/stylesheets/contact.css +++ b/stylesheets/contact.css @@ -62,7 +62,7 @@ main h1 { } } -@media (max-width: 50em) { +@media not all and (min-width: 50em) { main dl, main ul { text-align: center; } |
