This commit is contained in:
2025-10-23 10:57:23 +02:00
parent 581a20fe1d
commit c9ab0d3734
4 changed files with 91 additions and 42 deletions

View File

@@ -230,6 +230,7 @@ body {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
.row {
&-1 {
@@ -340,6 +341,19 @@ body {
}
}
#scontainer-163 {
@extend .box-mb;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
p {
&:last-child {
margin-bottom: 0;
}
}
}
body.page-5 {
background: #fff;
}