better rendering of banner in netsurf

This commit is contained in:
prx 2021-09-30 21:22:56 +02:00
parent 621e75766f
commit 23e7bed045
2 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,7 @@
border-bottom: .2em double black;
padding: .5em;
margin-bottom: 2em;
text-align:center;
display: flex;
justify-content: space-between;
}

View File

@ -1,7 +1,7 @@
<div id="title">OpenBSD Webzine</div>
<div id="banner">
<div aria-hidden="true"></div>
<div>Your tasty dose of OpenBSD news</div>
<div aria-hidden="true"></div>
<span aria-hidden="true"></span>
<em>Your tasty dose of OpenBSD news</em>
<span aria-hidden="true"></span>
</div>
<main>