mirror of
https://github.com/BioArchLinux/Rosa.git
synced 2025-03-10 12:02:43 +00:00
fix logo on the navbar
This commit is contained in:
parent
0f9953b1c4
commit
bd2b609653
2 changed files with 17 additions and 1 deletions
|
@ -8,6 +8,22 @@ nav {
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
||||||
|
width: 190px;
|
||||||
|
height: 40px;
|
||||||
|
background: url('https://bioarchlinux.org/css/archnavbar/bioarchlinux.png') no-repeat;
|
||||||
|
background-size: 100%;
|
||||||
|
|
||||||
|
h1{
|
||||||
|
// make text offscreen
|
||||||
|
text-indent: -9999px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
width: 190px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#navbarlist {
|
#navbarlist {
|
||||||
|
|
Loading…
Add table
Reference in a new issue