final-fix-text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user