disable bad effects

This commit is contained in:
Mathieu Jaumotte 2023-11-09 15:16:10 +01:00
parent 64f945bb32
commit 52bedce0ce

View File

@ -87,13 +87,13 @@ main > section {
}
&.section-3 {
background-color: $text-green;
@include add-horizontal-curve(4, bottom);
//@include add-horizontal-curve(4, bottom);
h2 {
@include add-decorative-shape($icon-red, 'circle');
}
}
&.section-4 {
@include add-horizontal-curve(2, bottom);
//@include add-horizontal-curve(2, bottom);
}
&.section-5 {
background-color: transparentize($color: $text-green, $amount: 0.5)
@ -166,7 +166,7 @@ section {
// Only big centered text
&.big-text {
p.text-xl {
font-size: 1.4rem;
//font-size: 1.4rem;
}
}
}