Skip to content

Commit

Permalink
Merge pull request #988 from equalizedigital/feature/local-dev-branch
Browse files Browse the repository at this point in the history
font size
  • Loading branch information
tronsymphony authored Nov 17, 2023
2 parents 1ca1dab + 15d5ec4 commit 7a361ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion assets/scss/partials/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ header.site-header {
z-index: 1100;
min-width: 0;
padding: 8px 15px;
font-size: 16px;
}
}
}
Expand Down Expand Up @@ -911,10 +912,13 @@ body {
}

.btn {
min-width: 0;
font-size: 16px;
line-height: 1;
padding: 8px 15px;
min-width: 80px;
min-height: 43px;
display: inline-flex;
align-items: center;
}


Expand Down

0 comments on commit 7a361ae

Please sign in to comment.