new action for intro page for new users
This commit is contained in:
15
app/assets/stylesheets/specific/explore.css.scss
Normal file
15
app/assets/stylesheets/specific/explore.css.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
div#c-explore-posts {
|
||||
header {
|
||||
text-align: center;
|
||||
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
div.posts {
|
||||
padding: 1em;
|
||||
margin-bottom: 2em;
|
||||
background: #EEF;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user