Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydemet committed Jun 4, 2024
1 parent 54bbcf0 commit ae07c03
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,22 +178,20 @@ body {
}

.sidenav {
height: 500px;
height: 400pt;
width: 0;
font-family: "Courier New", Courier, monospace;
position: fixed;
background-color: #f0f0f0;
overflow-x: scroll;
transition: 0.5s;
padding-top:0px;

}

/* important not to use padding for margins and spacing bc it will make links clickable only over part of the words */
.sidenav a {
line-height:1.8;
margin-right: 50px;
font-size: 14px;
margin-right: 40px;
font-size: 14.5px;
color: #242424;
display: block;
text-align:right;
Expand Down

0 comments on commit ae07c03

Please sign in to comment.