summaryrefslogtreecommitdiff
path: root/stylesheets/légal.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/légal.css')
-rw-r--r--stylesheets/légal.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/stylesheets/légal.css b/stylesheets/légal.css
index 6e39400..04c8775 100644
--- a/stylesheets/légal.css
+++ b/stylesheets/légal.css
@@ -1,6 +1,5 @@
-main {
- max-width: 55em;
- justify-self: center;
+main h2 {
+ font-size: 1.1em;
}
.icons p {
@@ -12,3 +11,12 @@ main {
width: 2em;
filter: brightness(0);
}
+
+@media (min-width: 40em) {
+ main {
+ max-width: 55em;
+ justify-self: center;
+ font-size: 1rem;
+ }
+
+}