Skip to content

Commit

Permalink
response
Browse files Browse the repository at this point in the history
  • Loading branch information
26-PM committed Jan 29, 2024
1 parent 9af5479 commit 5b346fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
width: 251px;
padding-top:2vh;
}
.navbar {
display: flex;
align-items: center;
justify-content: center;
gap: 5vw;
margin-right: 0vw;
}
.navbar div:last-child{
margin-right: 5vw;
}

.navbar div {
padding: 0vh;
}
.about-text{
width:100vw;
padding-left: 2vh;
Expand Down

0 comments on commit 5b346fc

Please sign in to comment.