1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00

fit bigger titles with tighter spacing

This commit is contained in:
Nick Sweeting 2019-03-27 03:56:38 -04:00
parent f7aa082dbf
commit 98870ba428
2 changed files with 11 additions and 7 deletions

View file

@ -25,7 +25,7 @@
margin: 0px;
text-align: center;
color: white;
font-size: calc(11px + 0.86vw);
font-size: calc(11px + 0.84vw);
font-weight: 200;
padding: 4px 4px;
border-bottom: 3px solid #aa1e55;

View file

@ -15,6 +15,9 @@
small {
font-weight: 200;
}
header a:hover {
text-decoration: none;
}
.header-top {
width: 100%;
height: auto;
@ -22,7 +25,7 @@
margin: 0px;
text-align: center;
color: white;
font-size: calc(11px + 0.86vw);
font-size: calc(11px + 0.84vw);
font-weight: 200;
padding: 4px 4px;
background-color: #aa1e55;
@ -242,7 +245,7 @@
</a>
<a href="#">Page Details</a>&nbsp;&nbsp;
<br/>
<small style="margin-top: 5px; display: block">
<small style="margin-top: 5px; display: block; opacity: 0.7">
<a href="../../index.html">Home</a> &nbsp; | &nbsp;
<a href="https://github.com/pirate/ArchiveBox">Github</a> &nbsp; | &nbsp;
<a href="https://github.com/pirate/ArchiveBox/wiki">Documentation</a>
@ -250,15 +253,16 @@
</div>
<div class="col-lg-6">
<img src="$link_dir/$favicon_url" alt="Favicon">
&nbsp; &nbsp;
$title<br/>
&nbsp;&nbsp;
$title
&nbsp;&nbsp;
<a href="#" class="header-toggle"></a>
<br/>
<small>
<a href="$url" title="Toggle info panel..." class="header-url" title="$url">
$base_url
</a>
</small>
&nbsp; &nbsp;
<a href="#" class="header-toggle"></a>
</div>
</div>
</div>