Add responsive margin adjustment for box-7 in o-nas.scss

- Updated the margin-bottom for .box-7 to 100px on small screens using the respond-below mixin.
- This change enhances the layout's responsiveness and improves visual consistency across different screen sizes.
This commit is contained in:
Roman Pyrih
2025-04-24 15:59:29 +02:00
parent eefae26fa7
commit 943cee351e
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -794,6 +794,10 @@ p {
.box-7 {
margin-bottom: 145px;
@include respond-below(sm) {
margin-bottom: 100px;
}
._row {
&-1 {
margin-bottom: 70px;