1
1
Fork 0
This commit is contained in:
Vrifox 2020-11-24 21:07:44 +01:00
parent 8f6560417e
commit d457df0c15

View file

@ -30,21 +30,21 @@ main.ueber {
background: $blog_body-bg-light; background: $blog_body-bg-light;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
padding: 20px 10px; padding: 15px;
table.contact.table { table.contact.table {
font-size: 18px; font-size: 18px;
white-space: nowrap; white-space: nowrap;
tr { tr {
td { td {
&:first-of-type { &:first-of-type {
padding: 5px 30px 5px 0; padding: 5px 20px 5px 0;
text-align: right; text-align: right;
} }
} }
} }
} }
img.kagube { img.kagube {
height: max-content; max-height: 150px;
margin: auto; margin: auto;
} }
} }