Skip to content

Commit

Permalink
Add padding to solo-page h1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak committed Oct 30, 2018
1 parent 75c5bf7 commit 998f631
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1302,13 +1302,14 @@ body.solo-page #solo-container {
padding: 10px 30px 10px 30px;
}
body.solo-page h1 {
margin-bottom:.5em;
margin-bottom:0.5rem;
}
body.solo-page #solo-page-header {
display: block;
}
body.solo-page h1:first-of-type {
display: block;
display: block;
padding-top: 0.9rem;
}
body.solo-page h1 {
display:block;
Expand Down

0 comments on commit 998f631

Please sign in to comment.