Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcqt authored Feb 28, 2024
1 parent fb5cc22 commit 4ea8375
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pricing/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,21 @@ nav {
width: 100%;
box-sizing: border-box;
z-index: 9999;
position: absolute;
position: relative;
left: 10%;
font-family: "Manrope";
font-weight: 400;
}

.menu:hover {
color: #fff;
cursor: pointer;
}

.menu.sitename {
font-family: "Manrope";
}

.sitename {
font-weight: bold;
font-weight: 700;
}

0 comments on commit 4ea8375

Please sign in to comment.