Angaben gem. § 5 TMG:
Dipl.-Ing. Peter Hoppe
@@ -62,7 +63,8 @@ const ImpressTxt = () =>
Inhalte unverzüglich entfernen.
Dieses Impressum wurde freundlicherweise von www.jurarat.de zur
Verfügung gestellt.
->
+
+ >
);
}
export default ImpressTxt;
diff --git a/src/components/Impressum.css b/src/components/Impressum.css
index d8196ba..cd1105f 100644
--- a/src/components/Impressum.css
+++ b/src/components/Impressum.css
@@ -1,4 +1,12 @@
.underline
{
text-decoration: underline;
+}
+
+.mehrspaltig
+{
+ column-count: 2;
+ column-gap: 10em;
+ column-rule-style: double;
+ height: 400vh;
}
\ No newline at end of file