diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-15 13:11:17 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-15 13:11:17 +0100 |
| commit | 2eeda668db31cea1d47ca45907b839d6b0f5f2b9 (patch) | |
| tree | 597b6a219fd220ba1f02bc222d776346361416ee /stylesheets/actualités.css | |
| parent | e48e6a6f6a5b1920b8e920d699cfd516e50f426d (diff) | |
| download | quatuorbellefeuille.com-2eeda668db31cea1d47ca45907b839d6b0f5f2b9.tar.xz | |
Try to simplify margin/padding management
Diffstat (limited to 'stylesheets/actualités.css')
| -rw-r--r-- | stylesheets/actualités.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stylesheets/actualités.css b/stylesheets/actualités.css index f1071e1..25ec656 100644 --- a/stylesheets/actualités.css +++ b/stylesheets/actualités.css @@ -46,7 +46,8 @@ } main > div { - padding: 1em; + padding-left: 1em; + padding-right: 1em; } .events { @@ -80,10 +81,6 @@ .event:hover .summary { opacity: 1; } - - .details.active > *:first-child { - margin-top: 0; - } } @media (max-width: 40em) { |
