Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #94 from arielelkaslasi/main
Browse files Browse the repository at this point in the history
time adjustment dynamic?
  • Loading branch information
arielldev authored Jun 16, 2024
2 parents 55fee3e + e870e57 commit b4fb947
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/main_page/main_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
color: white;
}
.navbar {
background-color: #333333a9;
background-color: #3333335b;
overflow: hidden;
display: flex;
flex-flow: row wrap;
Expand All @@ -22,6 +22,7 @@
-webkit-backdrop-filter: blur(50px);
width: 100%;
height: 100%;
min-height: 5svh;
height: 5svh;
}

Expand Down Expand Up @@ -51,8 +52,9 @@
justify-content: right;
padding-right: 1svh;
margin-left: 2svh;
margin-top: .3svh;
font-size: 0.8rem;
padding-top: 1svh;
padding-bottom: 1svh;
font-size: 0.9rem;
}


Expand Down

0 comments on commit b4fb947

Please sign in to comment.