Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Signed-off-by: Héric Moura <[email protected]>
  • Loading branch information
hericmr authored Aug 9, 2023
1 parent 55a4653 commit 9d371ca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ blockquote {
margin-right: 0;
position: absolute;
right: 100%;
top: 200vh;
top: 60vh;
width: 9em;
background: #191919;
}
Expand All @@ -126,3 +126,13 @@ blockquote::before {
blockquote::after {
content: close-quote;
}
.sidebar-image {
background-position: center top;
position: relative;
top: 0;
right: 0;
bottom: 0;
width: 50%;
background-size: cover;
z-index: -1;
}

0 comments on commit 9d371ca

Please sign in to comment.