16 lines
184 B
SCSS
16 lines
184 B
SCSS
div#c-explore-posts {
|
|
header {
|
|
text-align: center;
|
|
|
|
h1 {
|
|
font-size: 3em;
|
|
}
|
|
}
|
|
|
|
div.posts {
|
|
padding: 1em;
|
|
margin-bottom: 2em;
|
|
background: #EEF;
|
|
}
|
|
}
|