diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-04 00:34:12 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-04 00:34:12 +0100 |
| commit | 0c81bede2a57ca4d1bb9756057bbeef919e08833 (patch) | |
| tree | f7b95bbbf59d6b8bed42754cfceb8acdd0d6c07b /stylesheets | |
| parent | 9e4787d484e068139592387a4cf725cbcb0a6afd (diff) | |
| download | quatuorbellefeuille.com-0c81bede2a57ca4d1bb9756057bbeef919e08833.tar.xz | |
Remove horizontal margin for programs on mobile
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/programmes.css | 9 |
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; |
