Skip to content

Commit

Permalink
added more consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jiminleeryu committed Dec 6, 2024
1 parent b62b8b3 commit e7d0595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/styles/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
padding: 20px 2rem;
border-bottom: 1px solid #ddd;
width: 100%;
}
Expand Down
6 changes: 4 additions & 2 deletions src/styles/publications.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ body {
font-size: 70px;
padding-left: 16px;
padding-right: 16px;
margin-top: 0px;
}


}

@media (max-device-width: 700px) {
Expand Down Expand Up @@ -261,4 +260,7 @@ body {
border-radius: 4px;
align-self: center;
}
.title-band h1 {
font-size: 35px;
}
}

0 comments on commit e7d0595

Please sign in to comment.