Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadsarfarazafzal authored Feb 12, 2024
1 parent 56008c3 commit f19dcf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ body {
.nav {
background-color: transparent;
width: 100%;
height: 111px;
/*height: 111px;*/
height: fit-content;
position: sticky;
top: 0px;
padding-top: 3px;
Expand All @@ -160,6 +161,7 @@ body {
display: flex;
justify-content: space-between;
align-items: start;
backdrop-filter: blur(25px);
}

.info {
Expand All @@ -168,7 +170,6 @@ body {
flex-direction: column;
padding: 0px 9px;
justify-content: space-between;
backdrop-filter: blur(25px);
}

.list {
Expand Down

0 comments on commit f19dcf7

Please sign in to comment.