From 8f3ed9858938312565df2c893fe3fe408333a5b0 Mon Sep 17 00:00:00 2001 From: notplants Date: Sat, 16 Jul 2022 20:56:24 +0200 Subject: [PATCH] Original --- assets/dll.css | 16 +++++++++++++--- theme/layout.php | 4 ++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/assets/dll.css b/assets/dll.css index e35f6dc..9f2c0a2 100644 --- a/assets/dll.css +++ b/assets/dll.css @@ -54,26 +54,33 @@ main { .nav-links { width: 100%; - max-width: 275px; + max-width: 290px; margin: auto; justify-content: space-between; margin-bottom: 20px; margin-top: 25px; + display: flex; } .nav-link { color: #5f00b0; padding-bottom: 2px; border-bottom: 1px solid #5f00b0; - line-height: 48px; - margin-right: 20px; + line-height: 32px; + margin-right: 25px; display: inline; } .nav-link:hover { background-color: yellow; +} +.nav-link.left-link { + } .nav-link.right-link { margin-right: 0px; } +.nav-link.center-link { + /*margin-right: 25px;*/ +} @media (max-width: 800px) { .center-pane { @@ -153,6 +160,9 @@ a { color: #8900ff; *text-decoration: none; } +a:hover { + background-color: yellow; +} :lang(de) { display: none; diff --git a/theme/layout.php b/theme/layout.php index ac31d83..fb374ff 100644 --- a/theme/layout.php +++ b/theme/layout.php @@ -41,13 +41,13 @@