mirror of https://github.com/Lissy93/dashy.git
💄 Updates min footer-height, to prevent scrollbar visible
This commit is contained in:
parent
cff537b9ea
commit
894b7198f3
|
@ -33,6 +33,8 @@ nav {
|
|||
display: inline-block;
|
||||
padding: 0.75rem 0.5rem;
|
||||
margin: 0.5rem;
|
||||
min-width: 5rem;
|
||||
text-align: center;
|
||||
outline: none;
|
||||
border: none;
|
||||
border-radius: var(--curve-factor);
|
||||
|
|
|
@ -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'] {
|
||||
--font-body: 'Raleway', serif;
|
||||
--font-headings: 'Francois One', serif;
|
||||
--footer-height: 140px;
|
||||
--curve-factor: 4px;
|
||||
--curve-factor-navbar: 8px;
|
||||
--about-page-background: var(--background);
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
/* Basic Page Components */
|
||||
--scroll-bar-width: 8px;
|
||||
--header-height: 6.3rem;
|
||||
--footer-height: 125px;
|
||||
--footer-height: 128px;
|
||||
|
||||
/* Section & Item dimensions */
|
||||
--item-group-padding: 5px; // Determines width of item-group outline
|
||||
|
|
Loading…
Reference in New Issue