Skip to content

Commit

Permalink
fix: button being outside screen
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Nov 10, 2023
1 parent b243d3f commit 80f3e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ div:has(> b):has(a){
.link-container{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
justify-content: end;
padding: 0 30px;
}
}

0 comments on commit 80f3e35

Please sign in to comment.