Navbar adjustments

This commit is contained in:
Thomas Smith 2023-01-23 15:37:18 -05:00
parent dfc8418cd4
commit 78ac0de690
3 changed files with 3 additions and 1 deletions

View file

@ -50,6 +50,7 @@
border: 1px solid gray;
border-radius: 100px;
display: inline-block;
margin-right: 5px;
}
.terminal{

View file

@ -25,7 +25,7 @@
color: white;
border:none;
width: 225px;
height:100%;
height: 4.5vw !important;
font-family: "pp-neue-machina";
}

View file

@ -9,6 +9,7 @@
div.container-fluid.top-nav{
padding-left: 0px !important;
padding-right: 0px !important;
}
.navbar{