feat: media querys
This commit is contained in:
parent
92f7916c4b
commit
61dd379d51
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@ -11,6 +11,7 @@ body {
|
|||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 28px 0;
|
padding: 28px 0;
|
||||||
background: #000000
|
background: #000000
|
||||||
@ -22,12 +23,14 @@ body {
|
|||||||
|
|
||||||
.main-banner {
|
.main-banner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin-bottom: 73px;
|
margin-bottom: 73px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-infocard {
|
.top-infocard {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -35,11 +38,13 @@ body {
|
|||||||
|
|
||||||
.top-infocard-text {
|
.top-infocard-text {
|
||||||
max-width: 766px;
|
max-width: 766px;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-infocard-subtitle {
|
.top-infocard-subtitle {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
line-height: 39px;
|
line-height: 39px;
|
||||||
|
flex-wrap: wrap;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
@ -130,3 +135,17 @@ body {
|
|||||||
padding: 84px 30px 158px;
|
padding: 84px 30px 158px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width:1024px) {
|
||||||
|
.main-banner-desktop {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width:1025px) {
|
||||||
|
.main-banner-mobile {
|
||||||
|
display: none;
|
||||||
|
padding: 84px 30px 158px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user