Skip to content

Commit

Permalink
small tweak of the css + rendered result
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Mar 8, 2024
1 parent 85e0450 commit 53606b3
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 136 deletions.
5 changes: 5 additions & 0 deletions frontpage_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Raleway', sans-serif;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
margin-top: -40px !important;
font-family: 'Raleway', sans-serif;
}

div.row-striped:nth-of-type(even){
background: #7b99b8; color: #fff;
}
Expand Down
Loading

0 comments on commit 53606b3

Please sign in to comment.