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 {
font-size: 20pt;
font-size: 25pt;
}
.baslik.baslik.kucuk {
font-size: 15pt;
font-size: 13pt;
}
.navigation-gird {
flex-direction: column;
@ -119,7 +119,6 @@ body * {
margin-left: 0 !important;
}
.row {
padding: 30px;
border-radius: 34px;
padding: 37px;
}
}