mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Position date headings fixed
This commit is contained in:
parent
045ac83e45
commit
2da61bf098
1 changed files with 15 additions and 1 deletions
|
|
@ -56,7 +56,20 @@ a {
|
|||
font-style: italic;
|
||||
font-size: 1.2em;
|
||||
color: #aaa;
|
||||
margin-top: 3px;
|
||||
position: fixed;
|
||||
line-height: 2;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: inline-block;
|
||||
padding: 0 1.1em;
|
||||
background: -webkit-linear-gradient(top, #222, #222 80%, transparent);
|
||||
background: linear-gradient(to bottom, #222, #222 80%, transparent);
|
||||
width: 330px;
|
||||
padding-bottom: .6em;
|
||||
}
|
||||
|
||||
.leaflet-popup-content p {
|
||||
margin: 48px 0 18px;
|
||||
}
|
||||
|
||||
.leaflet-container a.leaflet-popup-close-button {
|
||||
|
|
@ -66,6 +79,7 @@ a {
|
|||
font-family: 'Libre Baskerville', serif;
|
||||
font-size: 1.2em;
|
||||
padding: 1.3em;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.circle-marker {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue