Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ihyunnam authored Aug 27, 2023
1 parent 7e9eaae commit d1e03a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
.large-heading {
font-size: 24pt; /* Set the font size for the large heading */
text-align: center; /* Center the heading */
margin-top: 30px; /* Add margin to create space between heading and menu bar */
margin-top: 10px; /* Add margin to create space between heading and menu bar */
}

/* Increase the size of the profile photo */
Expand All @@ -76,12 +76,12 @@
position: sticky; /* Sticky position */
top: 0; /* Stick to the top */
z-index: 1; /* Place above other elements */
font-family: 'Calibri', sans-serif; /* Set font to Calibri */
font-family: 'Open Sans', sans-serif; /* Set font to Calibri */
}

/* Reduce the space between menu bar and everything below */
nav {
margin-bottom: 20px; /* Reduce the margin at the bottom of the menu bar */
margin-bottom: 10px; /* Reduce the margin at the bottom of the menu bar */
}
</style>
</head>
Expand Down

0 comments on commit d1e03a0

Please sign in to comment.