2019-08-12 21:54:21 +02:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
section {
|
2020-04-21 10:50:26 +02:00
|
|
|
&:not(:last-of-type) {
|
|
|
|
border-bottom: 6px solid #000;
|
|
|
|
}
|
2019-11-23 15:35:27 +01:00
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
+ section {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
2019-08-12 21:54:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
2020-04-21 10:50:26 +02:00
|
|
|
padding: 2rem 0;
|
|
|
|
border-top: 3px solid #ffb92c;
|
2019-08-12 21:54:21 +02:00
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
h3 {
|
|
|
|
&:not(:first-of-type) {
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
}
|
2019-08-12 21:54:21 +02:00
|
|
|
}
|