summaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-12-11 03:42:14 +0100
committerache <ache@ache.one>2023-12-11 03:42:14 +0100
commit82f5e69301ef84e355b56f30de8f00ba7554f7ac (patch)
tree1b24973f76869da289c606851f4adac8f5e953a7 /src/css
parentAdd link over my pseudo (diff)
Fix overflow margin between code and img vs sidenotes
Diffstat (limited to 'src/css')
-rwxr-xr-xsrc/css/_contenu.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index 2459f35..120406d 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -179,7 +179,7 @@ article {
}
@media #{$big-laptop} {
pre code {
- width: 120%;
+ width: 110%;
margin: 0 -10%;
}
}
@@ -239,8 +239,8 @@ article {
@media #{$big-laptop} {
&.big {
- width: 130%;
- max-width: 130%;
+ width: 118%;
+ max-width: 118%;
margin: 0 -10%;
}
}
@@ -270,7 +270,7 @@ article {
}
}
.sidenotes {
- margin: 10px 10px 0 0;
+ margin: 10px 10px 0 10%;
text-align: justify;
@media #{$tab} {