From 1f28dbeed539473d0f55837087bf75dd3d022084 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 4 May 2022 00:26:02 +0200 Subject: Center the text on the leftside --- src/css/_sommaire.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/css/_sommaire.scss') diff --git a/src/css/_sommaire.scss b/src/css/_sommaire.scss index e6c6964..7e41d0a 100755 --- a/src/css/_sommaire.scss +++ b/src/css/_sommaire.scss @@ -1,5 +1,4 @@ .sommaire_blien { - text-align: left; line-height: 1.45rem; color: #121311; font-size: 0.8em; @@ -26,6 +25,7 @@ list-style-type: none; } + text-align: center; @mixin darkMode { background: #101110; color: #FFF; @@ -66,7 +66,6 @@ left: 0; height: 100%; transition: left 0.5s ease-in 0.25s; - text-align: center; border-right: 3px solid rgba(51, 51, 51, 0.1); -- cgit v1.2.3-54-g00ecf