mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +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: 1px solid gray;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal{
|
.terminal{
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
color: white;
|
color: white;
|
||||||
border:none;
|
border:none;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
height:100%;
|
height: 4.5vw !important;
|
||||||
font-family: "pp-neue-machina";
|
font-family: "pp-neue-machina";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
div.container-fluid.top-nav{
|
div.container-fluid.top-nav{
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
|
padding-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar{
|
.navbar{
|
||||||
|
|
Loading…
Reference in a new issue