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">
|
<main class="ueber">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Über Natenom</h1>
|
<h1>Über Natenom</h1>
|
||||||
<h2>Kontakt</h2>
|
|
||||||
<div class="contact kagube container">
|
<div class="contact kagube container">
|
||||||
<table class="contact table">
|
<table class="contact table">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -64,7 +64,11 @@ $ngtb_height: 32px; // ngtb == nom_globaltopbar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
span.separator {
|
span.separator {
|
||||||
margin: 0 10px;
|
color: $grey;
|
||||||
|
padding: 4px 6px;
|
||||||
|
&::before {
|
||||||
|
content: '·';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.nom_globaltopbar-inner.right {
|
&.nom_globaltopbar-inner.right {
|
||||||
|
|
|
@ -16,8 +16,21 @@ body {
|
||||||
.container {
|
.container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 580px;
|
max-width: 580px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// ueber
|
||||||
|
//
|
||||||
|
|
||||||
|
main.ueber {
|
||||||
|
.container {
|
||||||
.contact.kagube.container {
|
.contact.kagube.container {
|
||||||
|
background: $blog_body-bg-light;
|
||||||
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding: 20px 10px;
|
||||||
table.contact.table {
|
table.contact.table {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -37,8 +50,6 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// impressum
|
// impressum
|
||||||
|
|
Reference in a new issue