Update nav.css

This commit is contained in:
fowntain
2023-05-10 13:33:53 -04:00
committed by GitHub
parent 5677be19fc
commit ed62d25257
+4 -4
View File
@@ -6,13 +6,13 @@
}
.navbar>.title>img {
width: 75px;
width: 55px;
border-radius: 10px;
}
.navbar>.title>span {
font-family: 'Lato-Black';
font-size: 60px;
font-size: 40px;
margin-left: 13px;
position: relative;
bottom: 13px;
@@ -25,9 +25,9 @@
.navbar>.end>a {
margin: 0.5rem;
padding: 1.5rem;
padding: 1rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
cursor: pointer;
font-size: 20px;
}
}