summaryrefslogtreecommitdiff
path: root/stylesheets/contact.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-07 19:20:16 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-08 19:56:29 +0100
commit40d193b330443ea074f42674ed18f463fc8e422e (patch)
treec3abfa115f38923afbadea6d38b4da0ca5e8e7ef /stylesheets/contact.css
parent0990b4df19b1e8c42c8a1c22fc77fb9e836b379c (diff)
downloadquatuorbellefeuille.com-40d193b330443ea074f42674ed18f463fc8e422e.tar.xz
Move images and stylesheets in subfolders
Diffstat (limited to 'stylesheets/contact.css')
-rw-r--r--stylesheets/contact.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/stylesheets/contact.css b/stylesheets/contact.css
new file mode 100644
index 0000000..6bd68ec
--- /dev/null
+++ b/stylesheets/contact.css
@@ -0,0 +1,20 @@
+@media (min-width: 40em) {
+ main {
+ display: grid;
+ grid-template-columns: 60% 40%;
+ padding-right: 4%;
+ }
+
+ main > div {
+ padding: 2%;
+ }
+
+ #contact-us dl {
+ display: grid;
+ grid-template-columns: 1fr 2fr;
+ }
+
+ #contact-us dd {
+ margin-left: inherit;
+ }
+}