summaryrefslogtreecommitdiff
path: root/contact.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-17 21:34:48 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-17 22:16:29 +0100
commit6ab04b401923220d5e8939890d2674abbdbeaf18 (patch)
tree62a04e369e557318a1255af7dc90c137ec99a20b /contact.css
parent693b796eb4933c37d979875558d20ba6eea282eb (diff)
downloadquatuorbellefeuille.com-6ab04b401923220d5e8939890d2674abbdbeaf18.tar.xz
Improve some pages on mobile
Diffstat (limited to 'contact.css')
-rw-r--r--contact.css30
1 files changed, 16 insertions, 14 deletions
diff --git a/contact.css b/contact.css
index 0fc5988..6bd68ec 100644
--- a/contact.css
+++ b/contact.css
@@ -1,18 +1,20 @@
-main {
- display: grid;
- grid-template-columns: 60% 40%;
- padding-right: 4%;
-}
+@media (min-width: 40em) {
+ main {
+ display: grid;
+ grid-template-columns: 60% 40%;
+ padding-right: 4%;
+ }
-main > div {
- padding: 2%;
-}
+ main > div {
+ padding: 2%;
+ }
-#contact-us dl {
- display: grid;
- grid-template-columns: 1fr 2fr;
-}
+ #contact-us dl {
+ display: grid;
+ grid-template-columns: 1fr 2fr;
+ }
-#contact-us dd {
- margin-left: inherit;
+ #contact-us dd {
+ margin-left: inherit;
+ }
}