1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-23 19:24:17 +02:00
parent b05787de53
commit d24d0ae2c4
4 changed files with 91 additions and 38 deletions

View file

@ -13,14 +13,39 @@ body {
font-size: 18px;
line-height: 31px;
margin: 80px 20px;
}
.container {
margin: 0 auto;
max-width: 800px;
.container {
margin: 0 auto;
max-width: 580px;
.contact.kagube.container {
display: flex;
table.contact.table {
font-size: 18px;
white-space: nowrap;
tr {
td {
&:first-of-type {
padding: 5px 30px 5px 0;
text-align: right;
}
}
}
}
img.kagube {
height: max-content;
margin: auto;
}
}
}
}
}
//
// ueber
// impressum
//
main.impressum {
img {
filter: invert(100%);
}
}