You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @import '../../_global/styles/vars';
-
- .text-with-headline {
- margin-top: 0;
- .text {
- margin: 0;
- max-width: 900px;
- }
- .richtext p {
- margin-bottom: 30px;
- }
- }
-
- * + .text-with-headline {
- margin-top: var(--section-margin);
- }
-
- .container {
- .text-with-headline {
- .container {
- padding: 0;
- }
- }
- }
|