This was an alternate frontpage that contained a list of previews of the most popular tags. This page was never linked from anywhere and it was unknown by most users.
20 lines
234 B
SCSS
20 lines
234 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;
|
|
}
|
|
}
|