From 20f1beb615f7c231d345cf1d28434008baefabed Mon Sep 17 00:00:00 2001 From: eudoxia Date: Fri, 1 Jan 2021 00:52:13 -0500 Subject: css: (last-minute) fix --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index de4fc06..560fa29 100755 --- a/css/main.css +++ b/css/main.css @@ -70,7 +70,7 @@ figure a:hover {text-decoration: none; background-color: transparent;} figure a::after {display: none;} figure a img {max-width: 100%; max-height: calc(100vh - 2rem);} figure p {font-size: 0.75rem; font-style: italic; margin-top: 0.5rem; margin-bottom: 0; padding-bottom: 1rem; text-align: center;} -footer {display: flex; flex-direction: row; justify-content: space-between; width: 100vw; min-height: 1rem; border-top: 1px solid var(--color-main-m); padding: 0.75rem 1rem; background-color: var(--color-main-d); color: var(--color-main-l);} +footer {display: flex; flex-direction: row; justify-content: space-between; min-height: 1rem; border-top: 1px solid var(--color-main-m); padding: 0.75rem 1rem; background-color: var(--color-main-d); color: var(--color-main-l);} footer p,footer a {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 0.75rem; font-weight: 700; font-feature-settings: "case"; margin: 0; -webkit-hyphens: none; hyphens: none; text-align: left;} footer a {color: var(--color-main-l); cursor: pointer;} footer a:link {text-decoration: none;} -- cgit v1.2.3