This commit is contained in:
SBD
2023-12-10 21:30:29 +03:00
parent 3c20aa7933
commit 655ac4e398

View File

@@ -21,6 +21,7 @@ body,html{
/* 'Raleway-Thin' ,*/ /* 'Raleway-Thin' ,*/
/* 'Raleway-ThinItalic' ,*/ /* 'Raleway-ThinItalic' ,*/
/* 'sans-serif';*/ /* 'sans-serif';*/
box-sizing: border-box;
} }
body.n_scroll{ body.n_scroll{
@@ -1183,8 +1184,7 @@ body.n_scroll{
width: 100%; width: 100%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
padding-bottom: 25px; padding: 25px;
padding-top: 25px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
@@ -1200,6 +1200,7 @@ body.n_scroll{
} }
.w_one_present.even .txt_part_w_one_present{ .w_one_present.even .txt_part_w_one_present{
margin-right: 5%; margin-right: 5%;
padding-left: 2%;
} }
.w_one_present.odd .txt_part_w_one_present{ .w_one_present.odd .txt_part_w_one_present{
margin-left: 5%; margin-left: 5%;
@@ -1229,8 +1230,7 @@ body.n_scroll{
.img_container_part_w_one_present{ .img_container_part_w_one_present{
width: 50%; width: 50%;
text-align: center; }
}C
.img_part_w_one_present{ .img_part_w_one_present{
width: 100%; width: 100%;