mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 12:14:32 -04:00
fit bigger titles with tighter spacing
This commit is contained in:
parent
f7aa082dbf
commit
98870ba428
2 changed files with 11 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
<br/>
|
||||
<small style="margin-top: 5px; display: block">
|
||||
<small style="margin-top: 5px; display: block; opacity: 0.7">
|
||||
<a href="../../index.html">Home</a> |
|
||||
<a href="https://github.com/pirate/ArchiveBox">Github</a> |
|
||||
<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">
|
||||
|
||||
$title<br/>
|
||||
|
||||
$title
|
||||
|
||||
<a href="#" class="header-toggle">▾</a>
|
||||
<br/>
|
||||
<small>
|
||||
<a href="$url" title="Toggle info panel..." class="header-url" title="$url">
|
||||
$base_url
|
||||
</a>
|
||||
</small>
|
||||
|
||||
<a href="#" class="header-toggle">▾</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue