Skip to content

Commit

Permalink
enhance styling for second page layout and improve snippet width
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafalasco committed Nov 28, 2024
1 parent 56137e5 commit 1fdf8a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,18 @@ code b {
.first-page-horizontal {
padding: 0;
}
.second-page-horizontal {
padding: 0;
}
.arrow-big.right {
top: unset;
bottom: 10%;
right: 15px;
animation: leftright 1s infinite alternate-reverse;
}
.snippet {
width: 100%;
max-width: 100vw;
}
.container-content {
width: 100%;
Expand Down

0 comments on commit 1fdf8a0

Please sign in to comment.