aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-22 00:49:52 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-22 00:49:52 +0100
commitcfe157a469666a383b1a4ee5e53fdc1bf44d9284 (patch)
tree7b674d1374d8aabf315e5d808e10218c8d79d570 /sass
parent3d9ca0ef90bcaaf141f0baceb4e3eea5f2e392f3 (diff)
downloadguide.deuxfleurs.fr-cfe157a469666a383b1a4ee5e53fdc1bf44d9284.tar.gz
guide.deuxfleurs.fr-cfe157a469666a383b1a4ee5e53fdc1bf44d9284.zip
Nettoyage
Diffstat (limited to 'sass')
-rw-r--r--sass/juice.scss41
1 files changed, 14 insertions, 27 deletions
diff --git a/sass/juice.scss b/sass/juice.scss
index 8167754..c492632 100644
--- a/sass/juice.scss
+++ b/sass/juice.scss
@@ -96,9 +96,8 @@ header ul li {
main {
display: flex;
- flex-grow: 1;
padding: 50px 50px;
- margin: 0;
+ flex-grow: 1;
.toc-homepage {
display: none;
@@ -171,10 +170,6 @@ footer {
}
}
-main details#navigation-toggle summary {
- display: none;
-}
-
@media screen and (min-width: 1280px) {
main {
padding: 50px 100px;
@@ -204,10 +199,6 @@ main details#navigation-toggle summary {
display: none;
}
- header ul li {
- display: block;
- }
-
.logo {
font-size: 28px;
margin: 10px;
@@ -232,17 +223,6 @@ main details#navigation-toggle summary {
padding: 0px;
}
-
- main .toc {
- margin: 0px;
- width: 100%;
- max-width: none;
- border: 0px;
- }
- main .toc-sticky {
- border: 0px;
- }
-
main .content {
margin: 15px;
}
@@ -251,10 +231,6 @@ main details#navigation-toggle summary {
padding: 0;
display: block;
}
-
- .explore-more {
- display: none;
- }
}
/* Disposition spécifique du menu pour mobile; menu déroulable pour mobile */
@@ -292,14 +268,25 @@ main details#navigation-toggle summary {
}
@media (max-width: 768px) {
- .menu-button-container {
- display: block;
+ main .toc {
+ margin: 0px;
+ width: 100%;
+ max-width: none;
+ border: 0px;
+ }
+
+ main .toc-sticky {
+ border: 0px;
}
main .toc-homepage {
display: block;
}
+ .menu-button-container {
+ display: block;
+ }
+
.toc-menu-title {
font-weight: 600;
margin-left: 64px;