mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:35:06 +03:00
Navbar adjustments
This commit is contained in:
parent
dfc8418cd4
commit
78ac0de690
3 changed files with 3 additions and 1 deletions
|
@ -50,6 +50,7 @@
|
|||
border: 1px solid gray;
|
||||
border-radius: 100px;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.terminal{
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
color: white;
|
||||
border:none;
|
||||
width: 225px;
|
||||
height:100%;
|
||||
height: 4.5vw !important;
|
||||
font-family: "pp-neue-machina";
|
||||
}
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
div.container-fluid.top-nav{
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
.navbar{
|
||||
|
|
Loading…
Reference in a new issue