update
This commit is contained in:
parent
3d72ef04c6
commit
8f6560417e
3 changed files with 35 additions and 21 deletions
|
@ -36,7 +36,6 @@
|
|||
<main class="ueber">
|
||||
<div class="container">
|
||||
<h1>Über Natenom</h1>
|
||||
<h2>Kontakt</h2>
|
||||
<div class="contact kagube container">
|
||||
<table class="contact table">
|
||||
<tr>
|
||||
|
|
|
@ -64,7 +64,11 @@ $ngtb_height: 32px; // ngtb == nom_globaltopbar
|
|||
}
|
||||
}
|
||||
span.separator {
|
||||
margin: 0 10px;
|
||||
color: $grey;
|
||||
padding: 4px 6px;
|
||||
&::before {
|
||||
content: '·';
|
||||
}
|
||||
}
|
||||
}
|
||||
&.nom_globaltopbar-inner.right {
|
||||
|
|
|
@ -16,29 +16,40 @@ body {
|
|||
.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
|
||||
//
|
||||
|
||||
main.ueber {
|
||||
.container {
|
||||
.contact.kagube.container {
|
||||
background: $blog_body-bg-light;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
padding: 20px 10px;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// impressum
|
||||
|
|
Reference in a new issue