mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2025-01-03 06:27:50 +03:00
This commit is contained in:
parent
ca3dc7bab7
commit
497a4f8962
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue