You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/posts/PostModernPosts/PostModernPosts.scss

22 lines
392 B
SCSS

.PostModernPosts {
// scss
h1{
font-size: 34px;
font-weight: 300;
text-align: center;
}
background: var(--post-modern-bg);
padding: 4rem 0;
.post-modern-post{
}
h4{
background: var(--post-modern-bg);
padding: 1rem;
margin-top: -3px;
text-align: center;
color: var(--post-modern-color);
}
}