diff --git a/html/www.natenom.com_ueber.html b/html/www.natenom.com_ueber.html index 4962135..5a135b0 100644 --- a/html/www.natenom.com_ueber.html +++ b/html/www.natenom.com_ueber.html @@ -36,7 +36,6 @@

Über Natenom

-

Kontakt

diff --git a/scss/import/nom_globaltopbar.scss b/scss/import/nom_globaltopbar.scss index 733a612..4272f0d 100644 --- a/scss/import/nom_globaltopbar.scss +++ b/scss/import/nom_globaltopbar.scss @@ -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 { diff --git a/scss/import/www.scss b/scss/import/www.scss index 594dd44..ca18bcc 100644 --- a/scss/import/www.scss +++ b/scss/import/www.scss @@ -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