From 4ea837531e430f2e558a830b9a107ffe816643a1 Mon Sep 17 00:00:00 2001 From: tomcat with a q <159155747+tomcqt@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:37:18 -0500 Subject: [PATCH] Update style.css --- pricing/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pricing/style.css b/pricing/style.css index 3b17854..9e475dc 100644 --- a/pricing/style.css +++ b/pricing/style.css @@ -177,9 +177,10 @@ nav { width: 100%; box-sizing: border-box; z-index: 9999; - position: absolute; + position: relative; left: 10%; font-family: "Manrope"; + font-weight: 400; } .menu:hover { @@ -187,6 +188,10 @@ nav { cursor: pointer; } +.menu.sitename { + font-family: "Manrope"; +} + .sitename { - font-weight: bold; + font-weight: 700; }