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
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<nav>
|
||||
<div id="logo">
|
||||
<h1><a href="/" title="Take me home">Bio Arch Linux</a></h1>
|
||||
<h1><a href="/" title="Take me home">BioArchLinux</a></h1>
|
||||
</div>
|
||||
|
||||
<ul id="navbarlist">
|
||||
|
|
|
@ -8,6 +8,22 @@ nav {
|
|||
|
||||
#logo {
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue