mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
site küçük ekranlar için uyumlu hale getirildi
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.about {
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
grid-template-rows: repeat(1, 10rem);
|
||||
grid-template-rows: 10rem;
|
||||
|
||||
padding: 2rem;
|
||||
|
||||
@@ -13,4 +13,15 @@
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include media("<small") {
|
||||
grid-template-rows: 12rem;
|
||||
}
|
||||
|
||||
@include media("<smallest") {
|
||||
p,
|
||||
li {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user