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; }