Compare commits
No commits in common. "245f7ce92204ea580cde394894543c7c2eba5245" and "344554db4d2090b408fcff116116975125f8ed4c" have entirely different histories.
245f7ce922
...
344554db4d
|
@ -12,9 +12,6 @@
|
|||
|
||||
body {
|
||||
background: $background;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -26,11 +23,6 @@ main {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p {
|
||||
margin-bottom: 0.5em;
|
||||
padding: 0 0.5rem;
|
||||
|
@ -64,10 +56,6 @@ figure {
|
|||
}
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.nav {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Impressum
|
||||
---
|
||||
|
||||
backspace e. V.
|
||||
Spiegelgraben 41
|
||||
96052 Bamberg
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Imprint
|
||||
---
|
||||
|
||||
backspace e. V.
|
||||
Spiegelgraben 41
|
||||
96052 Bamberg
|
||||
Germany
|
|
@ -1,2 +0,0 @@
|
|||
[imprint]
|
||||
other = "Impressum"
|
|
@ -1,2 +0,0 @@
|
|||
[imprint]
|
||||
other = "Imprint"
|
|
@ -26,12 +26,7 @@
|
|||
{{ end }}
|
||||
</nav>
|
||||
</header>
|
||||
<div class="wrapper">
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<footer>
|
||||
<a href="/imprint">{{ i18n "imprint" }}</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue