fix logo on the navbar

This commit is contained in:
sinsong 2023-07-01 00:21:54 +08:00
parent 0f9953b1c4
commit bd2b609653
2 changed files with 17 additions and 1 deletions

View file

@ -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">

View file

@ -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 {