mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 19:06:07 +00:00
17 lines
215 B
SCSS
17 lines
215 B
SCSS
.about {
|
|
display: grid;
|
|
justify-content: center;
|
|
grid-template-rows: repeat(1, 10rem);
|
|
|
|
padding: 2rem;
|
|
|
|
min-height: 100vh;
|
|
|
|
&_list {
|
|
margin-left: 3rem;
|
|
li {
|
|
margin-top: 1.5rem;
|
|
}
|
|
}
|
|
}
|