summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 21:22:02 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 21:22:02 +0100
commit3158afcb7ec574878140254e87b5d50220ec61b1 (patch)
treec119fc7fd320240b8d28e2d254a085bbc53746ad
parentcdb4870e8f47ac6968976b7e2e4cc68abf3e2f2d (diff)
downloadquatuorbellefeuille.com-3158afcb7ec574878140254e87b5d50220ec61b1.tar.xz
Display concerts without jumping
… on Firefox 😕
-rw-r--r--actualités.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/actualités.css b/actualités.css
index 0ecab79..24a8108 100644
--- a/actualités.css
+++ b/actualités.css
@@ -4,7 +4,7 @@ main {
}
main > div {
- padding: 2%;
+ padding: 1em;
}
.events {
@@ -53,3 +53,8 @@ main > div {
.event:hover .summary {
opacity: 1;
}
+
+.details.active {
+ position: sticky;
+ top: 0;
+}