1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-23 22:08:33 +02:00
parent 3d72ef04c6
commit 8f6560417e
3 changed files with 35 additions and 21 deletions

View file

@ -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>

View file

@ -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 {

View file

@ -16,8 +16,21 @@ body {
.container {
margin: 0 auto;
max-width: 580px;
}
}
}
//
// 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;
@ -36,10 +49,8 @@ body {
}
}
}
}
}
//
// impressum
//