development #1
@ -28,7 +28,7 @@ body{
|
||||
|
||||
.top-infocard{
|
||||
display: flex;
|
||||
align-itens: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 80px 0 96px;
|
||||
}
|
||||
@ -85,13 +85,15 @@ body{
|
||||
.top-infocard-image{
|
||||
width: 100%;
|
||||
max-width: 240px;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 993px) and (max-width: 1200px) {
|
||||
|
||||
@media screen and (min-width: 993px) and (max-width: 1280px) {
|
||||
.top-infocard-text{
|
||||
max-width: 520px;
|
||||
margin-right: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 415px){
|
||||
@ -99,3 +101,10 @@ body{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 415px){
|
||||
.main-banner-mobile{
|
||||
max-width: 415px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user