This commit is contained in:
afacanc38 2022-05-23 17:29:43 +03:00
parent ca3dc7bab7
commit 497a4f8962
1 changed files with 4 additions and 5 deletions

View File

@ -105,12 +105,12 @@ body * {
} }
} }
@media only screen and (max-width: 320px) { @media only screen and (max-width: 375px) {
.baslik { .baslik {
font-size: 20pt; font-size: 25pt;
} }
.baslik.baslik.kucuk { .baslik.baslik.kucuk {
font-size: 15pt; font-size: 13pt;
} }
.navigation-gird { .navigation-gird {
flex-direction: column; flex-direction: column;
@ -119,7 +119,6 @@ body * {
margin-left: 0 !important; margin-left: 0 !important;
} }
.row { .row {
padding: 30px; padding: 37px;
border-radius: 34px;
} }
} }