docs: Declara juntos elementos com mesmos atributos
This commit is contained in:
parent
3efe0a35df
commit
6b38cb05e8
@ -21,7 +21,10 @@ body{
|
|||||||
padding: 29px 0;
|
padding: 29px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-banner{
|
.main-banner,
|
||||||
|
.top-infocard-image,
|
||||||
|
.middle-card-image,
|
||||||
|
.bottom-banner{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -65,10 +68,6 @@ body{
|
|||||||
min-width: 16%;
|
min-width: 16%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-infocard-image{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-cards{
|
.top-cards{
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 21px;
|
gap: 21px;
|
||||||
@ -90,7 +89,8 @@ body{
|
|||||||
gap: 27px;
|
gap: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-card-text{
|
.top-card-text,
|
||||||
|
.bottom-card-text{
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -112,10 +112,6 @@ body{
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.middle-card-image{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bottom-cards{
|
.bottom-cards{
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
@ -146,10 +142,6 @@ body{
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-card-text{
|
|
||||||
width: 85%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bottom-article{
|
.bottom-article{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -178,10 +170,6 @@ body{
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-banner{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-footer{
|
.page-footer{
|
||||||
background: #000;
|
background: #000;
|
||||||
padding: 38px 0;
|
padding: 38px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user