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 e91e598 commit 519bfc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pricing/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Manrope:[email protected]&display=swap');

*,
*::after,
Expand Down Expand Up @@ -176,7 +177,9 @@ nav {
width: 100%;
box-sizing: border-box;
z-index: 9999;
padding: 0 10%;
position: absolute;
left: 10%;
font-family: "Manrope";
}

.menu:hover {
Expand Down

0 comments on commit 519bfc8

Please sign in to comment.