summaryrefslogtreecommitdiff
path: root/stylesheets/programmes.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:34:12 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:34:12 +0100
commit0c81bede2a57ca4d1bb9756057bbeef919e08833 (patch)
treef7b95bbbf59d6b8bed42754cfceb8acdd0d6c07b /stylesheets/programmes.css
parent9e4787d484e068139592387a4cf725cbcb0a6afd (diff)
downloadquatuorbellefeuille.com-0c81bede2a57ca4d1bb9756057bbeef919e08833.tar.xz
Remove horizontal margin for programs on mobile
Diffstat (limited to 'stylesheets/programmes.css')
-rw-r--r--stylesheets/programmes.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css
index 2da1e2c..c0abe6a 100644
--- a/stylesheets/programmes.css
+++ b/stylesheets/programmes.css
@@ -2,6 +2,10 @@
main {
margin: 2em 4em 0 4em;
}
+ details.program > summary > .name,
+ details.program > summary ~ * {
+ margin-left: 2em;
+ }
}
details.program:first-child {
@@ -32,7 +36,6 @@ details.program > summary:focus {
}
details.program > summary > .name {
- margin-left: 2em;
font-weight: bold;
color: #1f4e79;
}
@@ -59,10 +62,6 @@ details.program[open] > summary > img.button.close {
right: 0;
}
-details.program > summary ~ * {
- margin-left: 2em;
-}
-
details.program > *:nth-child(3) {
color: var(--gold);
font-weight: bold;