update
This commit is contained in:
parent
8f6560417e
commit
d457df0c15
1 changed files with 3 additions and 3 deletions
|
@ -30,21 +30,21 @@ main.ueber {
|
|||
background: $blog_body-bg-light;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
padding: 20px 10px;
|
||||
padding: 15px;
|
||||
table.contact.table {
|
||||
font-size: 18px;
|
||||
white-space: nowrap;
|
||||
tr {
|
||||
td {
|
||||
&:first-of-type {
|
||||
padding: 5px 30px 5px 0;
|
||||
padding: 5px 20px 5px 0;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
img.kagube {
|
||||
height: max-content;
|
||||
max-height: 150px;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue