forked from tykayn/funky-framadate-front
23 lines
256 B
SCSS
23 lines
256 B
SCSS
@charset "UTF-8";
|
|
|
|
section {
|
|
&:not(:last-of-type) {
|
|
border-bottom: 6px solid #000;
|
|
}
|
|
|
|
+ section {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
article {
|
|
padding: 2rem 0;
|
|
border-top: 3px solid #ffb92c;
|
|
|
|
h3 {
|
|
&:not(:first-of-type) {
|
|
margin-top: 2rem;
|
|
}
|
|
}
|
|
}
|