Skip to content

Commit

Permalink
Fix horizontal display
Browse files Browse the repository at this point in the history
  • Loading branch information
pskl committed Oct 3, 2024
1 parent 16e9f87 commit 4b083f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,31 +249,31 @@ html {
}

#start-logo {
width: 40vw;
width: 20vw;
filter: invert(1);
}

#explanation-text {
text-align: center;
color: white;
margin-bottom: 20px;
font-size: 3vw;
margin-bottom: 10px;
font-size: 2vw;
padding-right: 20px;
padding-left: 20px;
}

.separator {
border: none;
height: 2px;
height: 3px;
background-color: white;
margin: 20px 0;
margin: 15px 0;
width: 100%;
}

#selectionHeading {
color: white;
text-align: center;
font-size: 6vw;
font-size: 3vw;
margin-bottom: 20px;
font-weight: 600;
}
Expand Down

0 comments on commit 4b083f1

Please sign in to comment.