style tweaks

This commit is contained in:
Nick Sweeting 2020-11-23 04:45:06 -05:00
parent dc50a4c043
commit 4f42dfc3dc
2 changed files with 4 additions and 3 deletions

View file

@ -52,7 +52,7 @@ ls archive/*/index.html # or just browse
``` ```
<div align="center"> <div align="center">
<img src="https://i.imgur.com/lUuicew.png" width="400px"> <img src="https://i.imgur.com/lUuicew.png" width="400px" alt="logo">
<br/> <br/>
<a href="https://archivebox.zervice.io">DEMO: archivebox.zervice.io/</a> <a href="https://archivebox.zervice.io">DEMO: archivebox.zervice.io/</a>

View file

@ -15,7 +15,8 @@ span.banner-fix {
header h1 { header h1 {
background-color: #aa1f55; background-color: #aa1f55;
padding-bottom: 12px; padding-bottom: 15px;
font-weight: 200px;
} }
header h2 { header h2 {
background-color: #aa1f55; background-color: #aa1f55;
@ -25,7 +26,7 @@ header h2 {
#main_content div[align=center] h1 { #main_content div[align=center] h1 {
display: none; display: none;
} }
#main_content div[align=center] img { #main_content div[align=center] img[alt=logo] {
display: block; display: block;
margin-top: -83px; margin-top: -83px;
border: 0px; border: 0px;