Skip to content

Commit

Permalink
Improved styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbeerendonk committed Apr 8, 2018
1 parent e2edddd commit 520be7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/oblicum.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ body > :first-child::before {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
margin: 10px;
height: calc(1rem + 10px);
width: calc(100% - 20px);
width: calc(100% - 10px);
background-image: url("oblicum-logo.svg");
background-repeat: no-repeat;
background-position-x: calc(100% - 10px);
opacity: 0.7;
z-index: 99;
}
}

0 comments on commit 520be7c

Please sign in to comment.