Compare commits
No commits in common. "d229012098a0fea14bd3bcecd4f7e52eb2333548" and "6232bf2922bd448f860bbe7853d91be49b24243a" have entirely different histories.
d229012098
...
6232bf2922
@ -712,7 +712,7 @@ hr.-even {
|
|||||||
background-image: url("../images/headings/kontakt.svg");
|
background-image: url("../images/headings/kontakt.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: top 1.5rem left;
|
background-position: top left;
|
||||||
transform-origin: top right;
|
transform-origin: top right;
|
||||||
transform: translateX(-90%) rotate(-80deg);
|
transform: translateX(-90%) rotate(-80deg);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -722,7 +722,7 @@ hr.-even {
|
|||||||
|
|
||||||
.contact__box .contact_info__box {
|
.contact__box .contact_info__box {
|
||||||
grid-area: 1 / 1 / 2 / 2;
|
grid-area: 1 / 1 / 2 / 2;
|
||||||
margin-left: 38%;
|
margin-left: 33%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1140,8 +1140,6 @@ footer {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-size: 1rem;
|
|
||||||
line-height: 1.5rem;
|
|
||||||
}
|
}
|
||||||
.footer__social_logo {
|
.footer__social_logo {
|
||||||
max-width: 30px;
|
max-width: 30px;
|
||||||
|
@ -115,8 +115,8 @@ __ ____________________
|
|||||||
<br/>
|
<br/>
|
||||||
Registergericht: AG Hamburg<br/>
|
Registergericht: AG Hamburg<br/>
|
||||||
Registernummer: GnR 1113<br/>
|
Registernummer: GnR 1113<br/>
|
||||||
Vorstand: Maria Sasonowa, Lars Vosteen<br/>
|
Vorstand: Markus Klein, Frank Landgraf<br/>
|
||||||
Aufsichtsratsvorsitz: Alexander Heidenreich
|
Aufsichtsratsvorsitz: Lars Vosteen
|
||||||
</li>
|
</li>
|
||||||
<li class="footer__navitem -third">
|
<li class="footer__navitem -third">
|
||||||
<a class="footer__navlink" href="{{ '/impressum'|url }}">Impressum</a> | <a class="footer__navlink" href="{{ '/datenschutz'|url }}">Datenschutzerklärung</a> <br/>
|
<a class="footer__navlink" href="{{ '/impressum'|url }}">Impressum</a> | <a class="footer__navlink" href="{{ '/datenschutz'|url }}">Datenschutzerklärung</a> <br/>
|
||||||
|
Loading…
Reference in New Issue
Block a user