Small css tweaks.
This commit is contained in:
parent
c9d2806a4f
commit
db37519f63
3 changed files with 3 additions and 6 deletions
|
@ -29,7 +29,7 @@ getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() =
|
|||
|
||||
html
|
||||
{
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
box-sizing: border-box;
|
||||
color: var(--color_text_normal);
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ body
|
|||
"content_body" 1fr
|
||||
/1fr;
|
||||
|
||||
min-height: 100%;
|
||||
min-height: 100vh;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
grid-row-gap: 8px;
|
||||
|
|
|
@ -54,7 +54,7 @@ p:last-child
|
|||
color: var(--color_text_link);
|
||||
}
|
||||
|
||||
.header_element:hover
|
||||
.navigation_link:hover
|
||||
{
|
||||
background-color: var(--color_secondary);
|
||||
}
|
||||
|
|
|
@ -88,9 +88,6 @@
|
|||
#right
|
||||
{
|
||||
flex: 1;
|
||||
|
||||
/* Keep the prev-next buttons from scraping the floor */
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 800px)
|
||||
|
|
Loading…
Reference in a new issue