From 49b000d6f509f8d4d652baffbbfd33b61ac87073 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Fri, 24 May 2024 17:42:05 +0200 Subject: [PATCH] font size in header changed --- website/assets/css/main.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/website/assets/css/main.css b/website/assets/css/main.css index 37a9ff6..fa99e7e 100644 --- a/website/assets/css/main.css +++ b/website/assets/css/main.css @@ -19,20 +19,17 @@ span[data-value="Darknet"] { color: #FFFFFF; text-decoration: none; margin: 0 1em; - font-size: 1.5em; + font-size: 1.2em; } .header-nav-links a:hover { text-decoration: underline; } -@media screen and (max-width: 736px) { - -} @media screen and (max-width: 480px) { .header-nav-links a { - font-size: 1em; + font-size: 1.1em; } }