Skip to content

Commit

Permalink
styles better
Browse files Browse the repository at this point in the history
  • Loading branch information
allurei committed Dec 30, 2024
1 parent d443719 commit c4fa05f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/lib/components/banner2.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,16 @@
#banner {
padding: 50px 0;
}
.mobile-nav {
.menu-toggle {
top: 25px;
}
.nav {
nav.menuOpen {
width: 60%;
}
}
}
}
@media (max-height: 650px) {
.mobile-nav .menu-toggle {
Expand Down
13 changes: 12 additions & 1 deletion src/lib/components/logofarm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,18 @@
@include v.sm {
.flex-item.four {
width: 100%;
}
}
a {
img {
filter: unset;
-webkit-filter: unset;
&:hover {
filter: unset;
transform: unset;
-webkit-filter: unset;
}
}
}
}
</style>

0 comments on commit c4fa05f

Please sign in to comment.