final-fix-text

This commit is contained in:
2026-04-19 21:50:16 +03:00
parent d58bfbb7c1
commit 0932c40127
7 changed files with 225 additions and 206 deletions

View File

@@ -162,7 +162,7 @@ img {
.people {
width: 1400px;
margin: 0 auto;
padding-bottom: 80px;
/* padding-bottom: 80px; */
padding-top: 40px;
}
.heading_h4 {
@@ -181,8 +181,8 @@ h4 {
margin-bottom: 40px;
}
.newlywed {
display: flex;
justify-content: space-between;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
width: 100%;
margin-bottom: 40px;
@@ -282,8 +282,8 @@ h4 {
}
.row_up_item {
background-color: #e5b97e;
width: 320px;
padding: 30px;
width: 380px;
padding: 35px;
display: flex;
justify-content: center;
align-items: center;