summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-22 22:24:15 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-22 22:24:15 +0100
commitbf627a3cc696c796444288ef872c70a1f58cfc50 (patch)
tree3c924e458347cabfd41bf7940fe28aa31791ccf6 /commun.css
parenta57bdf1faa544a105c3d17f5ce345a4bb81bfe9d (diff)
downloadquatuorbellefeuille.com-bf627a3cc696c796444288ef872c70a1f58cfc50.tar.xz
Take overflow policy out of common CSS
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/commun.css b/commun.css
index 6dc0f77..1292a31 100644
--- a/commun.css
+++ b/commun.css
@@ -74,7 +74,6 @@ nav ol li {
main {
grid-row: 2;
grid-column: 1;
- overflow: auto;
background-color: #fdd;
}