closes #29
This commit is contained in:
parent
b05787de53
commit
d24d0ae2c4
4 changed files with 91 additions and 38 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue