From 6d4de815d7252956c4507b8767bd4b79b9a71fc8 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 13 Apr 2023 03:53:42 +0200 Subject: scrolling chronologie --- public/css/discographie.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/css/discographie.css b/public/css/discographie.css index 4d602fa..2aae57e 100644 --- a/public/css/discographie.css +++ b/public/css/discographie.css @@ -25,7 +25,7 @@ aside div #bouton_chronologie { - width: 250px; + width: 300px; text-align: center; font-size: large; font-weight: bold; @@ -38,7 +38,9 @@ aside div #chronologie { - width: 250px; + /*width: 300px;*/ + height: 400px; + overflow: scroll; font-weight: bold; /*padding: 5px;*/ display: none; @@ -295,7 +297,8 @@ a:hover figure figcaption #chronologie { - width: 180px; + /*width: 180px;*/ + height: 300px; /*display: flex;*/ } @@ -321,3 +324,11 @@ a:hover figure figcaption width: 48%; } } + +@media screen and (max-width: 379px) +{ + #chronologie + { + height: 250px; + } +} -- cgit v1.2.3