Skip to content

Commit

Permalink
whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Oct 28, 2024
1 parent 7d63c89 commit 7dd0e9b
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions src/templates/cheatsheet_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,18 @@
margin-bottom: 10px;
font-weight: 700;
font-size: 2.2rem;
position: absolute;
left: 50%;
right: 0;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100vw;
padding: 0;
transform: translateX(-50%);
}

body.dark-mode h1 {
color: var(--mocha-mauve);
}
Expand Down Expand Up @@ -485,21 +496,6 @@
padding-left: 200px;
}

h1 {
position: absolute;
left: 0;
right: 0;
text-align: center;
margin: 0;
font-size: 1.8rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100vw;
padding: 0;
left: 50%;
transform: translateX(-50%);
}

#dark-mode-toggle {
flex: 0 0 auto;
Expand Down

0 comments on commit 7dd0e9b

Please sign in to comment.