integrations #1
@ -69,7 +69,7 @@ body {
|
||||
|
||||
.top-cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, max-content);
|
||||
grid-template-columns: repeat(3, 350px);
|
||||
justify-content: center;
|
||||
gap: 22px;
|
||||
}
|
||||
@ -184,8 +184,7 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
||||
@media screen and (min-width: 769px) and (max-width: 1270px) {
|
||||
.top-cards,.bottom-cards {
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
}
|
||||
@ -217,7 +216,7 @@ body {
|
||||
}
|
||||
|
||||
.middle-banner {
|
||||
padding: 0 23px;
|
||||
padding: 0;
|
||||
}
|
||||
.middle-banner-image-wrapper {
|
||||
display: grid;
|
||||
@ -289,8 +288,6 @@ body {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 414px) {
|
||||
|
Loading…
Reference in New Issue
Block a user