|
|
|
@ -1,3 +1,47 @@ |
|
|
|
|
@media(max-width:768px) { |
|
|
|
|
body { |
|
|
|
|
background: radial-gradient(261.43% 263.03% at 124% -28.000000000000004%, rgb(15, 88, 129), rgb(30, 164, 156) 36.979%, rgb(118, 206, 117) 66.667%, rgb(236, 243, 159) 91.146%); |
|
|
|
|
font-family: var(--font-craftwork); |
|
|
|
|
font-weight: 500; |
|
|
|
|
} |
|
|
|
|
main { |
|
|
|
|
padding-top: 55px!important; |
|
|
|
|
} |
|
|
|
|
main .home-blog { |
|
|
|
|
background: none!important; |
|
|
|
|
} |
|
|
|
|
main .home-blog .container { |
|
|
|
|
padding: 0px 30px 36px !important; |
|
|
|
|
} |
|
|
|
|
.home-title { |
|
|
|
|
font-size: 32px!important; |
|
|
|
|
padding-top: 15px!important; |
|
|
|
|
} |
|
|
|
|
.home-description { |
|
|
|
|
font-weight: bold; |
|
|
|
|
font-size: 20px!important; |
|
|
|
|
line-height: 24px!important; |
|
|
|
|
margin-bottom: 36px!important; |
|
|
|
|
} |
|
|
|
|
.anons-best__card-wrap { |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: repeat(1, minmax(0, 1fr))!important; |
|
|
|
|
gap: 24px; |
|
|
|
|
} |
|
|
|
|
.anons-article__card-wrap { |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: repeat(1, minmax(0, 1fr))!important; |
|
|
|
|
gap: 10px 25px!important; |
|
|
|
|
} |
|
|
|
|
.author h2 { |
|
|
|
|
font-size: 26px!important; |
|
|
|
|
line-height: 30px!important; |
|
|
|
|
} |
|
|
|
|
.anons-theme ul a { |
|
|
|
|
font-size: 16px!important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media(max-width:600px) { |
|
|
|
|
.article-content h2 { |
|
|
|
|
max-width: 661px; |
|
|
|
|