Skip to content

Commit

Permalink
Slightly prettier scalibility on smaller screen
Browse files Browse the repository at this point in the history
  • Loading branch information
OyvindMathisen committed Dec 1, 2023
1 parent 21f9650 commit 81083b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#nav-bar {
background-color: rgb(175, 175, 175);
width: 100%;
height: 50px;
border: 1px solid black;
margin-bottom: 25px;
}

.nav-button {
height: 50px;
width: 150px;
height: 45px;
margin: 2px 5px;
}

#frame {
display: block;
margin-top: 10px;
width: 800px;
width: 100%;
height: 600px
}

0 comments on commit 81083b9

Please sign in to comment.