Fix a few other rendering bugs in chromium

main
Marco von Rosenberg 2 years ago
parent b9be145760
commit c5dcce9c6e
  1. 2
      index.html
  2. 3
      styles.css

@ -60,7 +60,7 @@
<li><a href="https://iconet-foundation.org/digitale-freiheit" target="_blank">Programm vom letzten Jahr.</a></li> <li><a href="https://iconet-foundation.org/digitale-freiheit" target="_blank">Programm vom letzten Jahr.</a></li>
</ul> </ul>
</div> </div>
<div> <div class="box">
<h2>Sponsoren</h2> <h2>Sponsoren</h2>
</div> </div>
</div> </div>

@ -16,13 +16,13 @@ body {
background-image: url("image/neon-scene.png"); background-image: url("image/neon-scene.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center top; background-position: center top;
margin: 0;
} }
#content { #content {
max-width: 1000px; max-width: 1000px;
margin: 0 auto; margin: 0 auto;
padding: 0 75px; padding: 0 75px;
margin-bottom: 4em;
} }
#event { #event {
@ -89,6 +89,7 @@ h2 {
text-transform: uppercase; text-transform: uppercase;
font-size: 3em; font-size: 3em;
margin-top: 0em; margin-top: 0em;
margin-block-end: 0em;
} }
.box { .box {

Loading…
Cancel
Save