Autarke Seiten
Diese Elemente repräsentieren jeweils eine eigene Seite.
diff --git a/source/style/elements/_sections.scss b/source/style/elements/_sections.scss
index 346c188..7c1da92 100644
--- a/source/style/elements/_sections.scss
+++ b/source/style/elements/_sections.scss
@@ -65,11 +65,6 @@ section {
border-top-style: solid;
border-color: $basic_border_color;
padding-top: $space_3;
-
- h1:first-of-type {
- margin-top: 0;
- font-weight: bold;
- }
}
aside {
@@ -112,6 +107,15 @@ header {
overflow: auto;
}
+.header__txt {
+ margin-bottom: $space_3;
+ border-bottom: $dotted_border;
+
+ h1 {
+ border-top: $basic_border;
+ }
+}
+
footer {
}
diff --git a/source/style/modules/demo/_demo_module.scss b/source/style/modules/demo/_demo_module.scss
index 45556f7..2e90fd6 100644
--- a/source/style/modules/demo/_demo_module.scss
+++ b/source/style/modules/demo/_demo_module.scss
@@ -6,6 +6,11 @@
@extend .sec__main_status;
min-height: 50vh;
border-color: $foxtrot_color;
+
+ h1:first-of-type {
+ margin-top: 0;
+ font-weight: bold;
+ }
}
.demo__header {