Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mobile navigation
Browse files Browse the repository at this point in the history
DaveVodrazka committed Sep 3, 2024
1 parent f387e25 commit 3c3da4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/style/base.css
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
--DARK-BG: #111213;
}

/* Global styles */
* {
color: white;
font-size: 15px;
@@ -100,6 +101,7 @@ input {
background: none;
}

/* Utility classes */
.mainbutton {
width: 100%;
text-transform: capitalize;
@@ -180,6 +182,7 @@ div.center {
main {
position: relative;
width: calc(100% - 202px);
min-height: calc(100vh - 62px);
padding: 80px 7.5vw;
}

0 comments on commit 3c3da4b

Please sign in to comment.