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;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue