Skip to content

Commit

Permalink
replace logo and add more nav list height
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenbanana committed Aug 20, 2024
1 parent 7e6354f commit 144482a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,6 @@ nav .checkbox {
width: 100%;
}

main {
padding: 0 16px;
}

.modal-content {
margin: auto !important;
Expand Down Expand Up @@ -798,7 +795,7 @@ nav .checkbox {
position: absolute;
z-index: 1;
width: 100vw;
height: 100vh;
height: 110vh;
background-color: rgba(255, 255, 255, 0.95);
transform: translate(-150%);
transition: transform 0.5s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<span class="line line3"></span>
</div>
<div class="logo-wrapper mr-16">
<img src="./assets/images/logos/MetaProvideVectorWhite.svg" alt="MetaProvide logotype" />
<img src="./assets/images/logos/metaprovide-logo-2024.png" alt="MetaProvide logotype" />
</div>
<ul class="nav-list">
<li class="nav-item white"><a href="/">Home</a></li>
Expand Down

0 comments on commit 144482a

Please sign in to comment.