mirror of https://github.com/4xmen/xshop.git
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.
22 lines
392 B
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);
|
|
}
|
|
|
|
}
|