Files
teknolojirehberleri.xyz/styles/pages/homepage.scss
T

27 lines
401 B
SCSS

.homepage {
display: grid;
justify-content: center;
justify-items: center;
padding-top: 2rem;
font-size: 2rem;
list-style-type: none;
&_heading-1 {
text-align: center;
padding-top: 1rem;
}
&_posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
width: 50%;
min-height: 100vh;
li {
margin-top: 2rem;
text-align: center;
}
}
}