mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2025-01-03 06:17:51 +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 {
|
.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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue