Changed Header Image to bootstrap behaviour

This commit is contained in:
root 2020-12-07 16:59:22 +01:00
parent 8ed8b07145
commit 7f2519a1ad

View file

@ -11,8 +11,10 @@
</head>
<body>
<div class="container">
<img src="img/logo_freibier_cc_w.svg" alt="freibier.cc" class="center">
<h1 class="title text-center">frei gebraut frei verfügbar nicht gratis</h1>
<div class="text-center">
<img src="img/logo_freibier_cc_w.svg" alt="freibier.cc" class="img-fluid">
</div>
<h1 class="title text-center">frei gebraut frei verfügbar frei verkäuflich</h1>
<div class="footer"><p><a href="impressum.html">Impressum</a> <a href="datenschutz.html">Datenschutzerklärung</a></p></div>
</div>
</body>