💄 Updates min footer-height, to prevent scrollbar visible

This commit is contained in:
Alicia Sykes 2021-10-10 21:11:17 +01:00
parent cff537b9ea
commit 894b7198f3
3 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,8 @@ nav {
display: inline-block; display: inline-block;
padding: 0.75rem 0.5rem; padding: 0.75rem 0.5rem;
margin: 0.5rem; margin: 0.5rem;
min-width: 5rem;
text-align: center;
outline: none; outline: none;
border: none; border: none;
border-radius: var(--curve-factor); border-radius: var(--curve-factor);

View File

@ -354,6 +354,7 @@ html[data-theme='minimal-light'], html[data-theme='minimal-dark'], html[data-the
html[data-theme='material'], html[data-theme='material-dark'] { html[data-theme='material'], html[data-theme='material-dark'] {
--font-body: 'Raleway', serif; --font-body: 'Raleway', serif;
--font-headings: 'Francois One', serif; --font-headings: 'Francois One', serif;
--footer-height: 140px;
--curve-factor: 4px; --curve-factor: 4px;
--curve-factor-navbar: 8px; --curve-factor-navbar: 8px;
--about-page-background: var(--background); --about-page-background: var(--background);

View File

@ -10,7 +10,7 @@
/* Basic Page Components */ /* Basic Page Components */
--scroll-bar-width: 8px; --scroll-bar-width: 8px;
--header-height: 6.3rem; --header-height: 6.3rem;
--footer-height: 125px; --footer-height: 128px;
/* Section & Item dimensions */ /* Section & Item dimensions */
--item-group-padding: 5px; // Determines width of item-group outline --item-group-padding: 5px; // Determines width of item-group outline