summaryrefslogtreecommitdiff
path: root/stylesheets/membre.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/membre.css')
-rw-r--r--stylesheets/membre.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
index 5025c13..1b6d7e1 100644
--- a/stylesheets/membre.css
+++ b/stylesheets/membre.css
@@ -77,7 +77,7 @@ main > img {
}
}
-@media (max-width: 80em)
+@media not all and (min-width: 80em)
{
main {
align-items: center;
@@ -99,7 +99,7 @@ main > img {
}
}
-@media (max-width: 50em)
+@media not all and (min-width: 50em)
{
main > .bio-title > h1 {
font-size: 1.2em;