mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 11:13:40 +02:00
Small fixes: heading on splash screen and date overlay for firefox
This commit is contained in:
parent
2da61bf098
commit
17c2176526
2 changed files with 3 additions and 3 deletions
|
|
@ -62,8 +62,8 @@ a {
|
|||
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);
|
||||
background: -webkit-linear-gradient(top, rgba(34,34,34,1), rgba(34,34,34,1) 80%, rgba(34,34,34,0));
|
||||
background: linear-gradient(to bottom, rgba(34,34,34,1), rgba(34,34,34,1) 80%, rgba(34,34,34,0));
|
||||
width: 330px;
|
||||
padding-bottom: .6em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<script>document.body.classList.add('js')</script>
|
||||
<div id="overlay">
|
||||
<div class="text">
|
||||
<h1>Berliner Winter:</h1>
|
||||
<h1>Berliner Winter</h1>
|
||||
<p>
|
||||
Jeder Punkt dieser Karte steht für einen Übergriff im Zeitraum von Januar 2005 bis November 2014.<br>
|
||||
Die Chronik wurde erstellt von <a href="http://reachoutberlin.de/" target="_blank">ReachOut Berlin</a>. Analyse und Visualisierung von Joshua Widmann und Arne Schlüter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue