Rechtstexte und B2C-Vertragsabläufe absichern

This commit is contained in:
2026-08-22 14:31:56 +02:00
parent d320a4fd7a
commit a31a235422
58 changed files with 2502 additions and 316 deletions
-1
View File
@@ -1,5 +1,4 @@
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
/*
Editorial by HTML5 UP
html5up.net | @ajlkn
+8
View File
@@ -343,6 +343,14 @@ body.public-page {
margin: 0 0.5rem;
}
.public-footer-links .legal-action-link {
border: solid 1px #38761d;
border-radius: 4px;
display: inline-block;
margin-top: 0.5rem;
padding: 0.25rem 0.55rem;
}
.public-cta ul.actions {
justify-content: center;
}