Files
danbooru/app/javascript/src/styles/specific/explore.scss
2019-09-17 00:28:41 -05:00

26 lines
317 B
SCSS

div#c-explore-posts {
header {
text-align: center;
h1 {
font-size: 3em;
}
p.byline {
font-size: 1.2em;
font-style: italic;
}
}
div.posts {
padding: 1em;
margin-bottom: 2em;
}
div#a-intro {
width: 870px;
margin: 0 auto;
text-align: center;
}
}