Skip to content

Commit 894b719

Browse files
committed
💄 Updates min footer-height, to prevent scrollbar visible
1 parent cff537b commit 894b719

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/components/PageStrcture/Nav.vue

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ nav {
3333
display: inline-block;
3434
padding: 0.75rem 0.5rem;
3535
margin: 0.5rem;
36+
min-width: 5rem;
37+
text-align: center;
3638
outline: none;
3739
border: none;
3840
border-radius: var(--curve-factor);

src/styles/color-themes.scss

+1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ html[data-theme='minimal-light'], html[data-theme='minimal-dark'], html[data-the
354354
html[data-theme='material'], html[data-theme='material-dark'] {
355355
--font-body: 'Raleway', serif;
356356
--font-headings: 'Francois One', serif;
357+
--footer-height: 140px;
357358
--curve-factor: 4px;
358359
--curve-factor-navbar: 8px;
359360
--about-page-background: var(--background);

src/styles/dimensions.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/* Basic Page Components */
1111
--scroll-bar-width: 8px;
1212
--header-height: 6.3rem;
13-
--footer-height: 125px;
13+
--footer-height: 128px;
1414

1515
/* Section & Item dimensions */
1616
--item-group-padding: 5px; // Determines width of item-group outline

0 commit comments

Comments
 (0)