Skip to content

Commit

Permalink
adjust sizing of UI elements
Browse files Browse the repository at this point in the history
  • Loading branch information
edibotopic committed Sep 24, 2023
1 parent 298a69e commit 19a6e9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ body {
}

h1 {
font-size: 4vh;
font-size: 3.2vh;
text-align: left;
font-family: 'Archivo', sans-serif;
font-weight: 500;
}

#bar {
font-size: 4vh;
font-size: 3.2h;
text-align: left;
font-family: 'archivo', sans-serif;
font-weight: 400;
color: RGB(238, 130, 238);
}

#subhead {
font-size: 3vh;
font-size: 2vh;
text-align: left;
font-family: 'archivo', sans-serif;
font-weight: 200;
Expand All @@ -55,7 +55,7 @@ h1 {

#renderCanvas {
width: 100%;
height: 75vh;
height: 70vh;
border: 4px solid white;
border-radius: 25px;
outline: none;
Expand Down

0 comments on commit 19a6e9c

Please sign in to comment.