summaryrefslogtreecommitdiff
path: root/src/css/_sommaire.scss
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-05-04 00:26:02 +0200
committerache <ache@ache.one>2022-05-04 00:26:02 +0200
commit1f28dbeed539473d0f55837087bf75dd3d022084 (patch)
treefbaab85b1cada77b5da88b2e9ba94eae4ed3aa06 /src/css/_sommaire.scss
parentI forgot the xsl ! 😱 (diff)
Center the text on the leftside
Diffstat (limited to 'src/css/_sommaire.scss')
-rwxr-xr-xsrc/css/_sommaire.scss3
1 files changed, 1 insertions, 2 deletions
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);