From f8cc3329391a8186f67082a42e4807c891b8b653 Mon Sep 17 00:00:00 2001 From: Thibaud LA RIVIERE-GILLET Date: Mon, 3 Jun 2024 15:52:19 +0200 Subject: [PATCH] Update 'css/style.css' --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index acad1db..ce63eeb 100644 --- a/css/style.css +++ b/css/style.css @@ -95,7 +95,7 @@ header .left-pane a.active, header .right-pane li:hover { border-radius: 5px; } -header .right-pane .file-item ul { +header .right-pane .file-item { text-align: center; width: 100px; height: 100px; @@ -136,6 +136,11 @@ header .right-pane .file-item:hover a { align-items: center; } +#sub-sections{ + flex: 1; + display: flex; +} + #content-display { background: #FFF; color: #011C2D;