Small css tweaks.

This commit is contained in:
voussoir 2022-11-19 22:42:35 -08:00
parent c9d2806a4f
commit db37519f63
3 changed files with 3 additions and 6 deletions

View file

@ -29,7 +29,7 @@ getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() =
html html
{ {
height: 100vh; min-height: 100vh;
box-sizing: border-box; box-sizing: border-box;
color: var(--color_text_normal); color: var(--color_text_normal);
} }
@ -48,7 +48,7 @@ body
"content_body" 1fr "content_body" 1fr
/1fr; /1fr;
min-height: 100%; min-height: 100vh;
margin: 0; margin: 0;
padding: 8px; padding: 8px;
grid-row-gap: 8px; grid-row-gap: 8px;

View file

@ -54,7 +54,7 @@ p:last-child
color: var(--color_text_link); color: var(--color_text_link);
} }
.header_element:hover .navigation_link:hover
{ {
background-color: var(--color_secondary); background-color: var(--color_secondary);
} }

View file

@ -88,9 +88,6 @@
#right #right
{ {
flex: 1; flex: 1;
/* Keep the prev-next buttons from scraping the floor */
padding-bottom: 30px;
} }
@media screen and (min-width: 800px) @media screen and (min-width: 800px)