Skip to content

Commit

Permalink
make logo less huge on desktop landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed May 3, 2024
1 parent c27e0b7 commit 2da38a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default {
}
}
.main-logo {
width: 40vw;
width: 25vw;
@media (max-width: 800px) {
width: 60vw;
}
Expand Down

0 comments on commit 2da38a1

Please sign in to comment.