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:
@@ -12,10 +12,10 @@
|
||||
|
||||
&_posts {
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-rows: repeat(8, 12rem);
|
||||
width: 55%;
|
||||
min-height: 100vh;
|
||||
|
||||
li {
|
||||
margin-top: 2rem;
|
||||
@@ -23,4 +23,15 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@include media("<largest") {
|
||||
li {
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
}
|
||||
@include media("<smallest") {
|
||||
li {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user