This commit is contained in:
parent
c77738bf23
commit
632fecb716
File diff suppressed because one or more lines are too long
@ -117,6 +117,10 @@ article, .paragraph{
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 3rem;
|
top: 3rem;
|
||||||
|
@include breakpoint(small down) {
|
||||||
|
grid-column-start: 1;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
.field_titre{
|
.field_titre{
|
||||||
font-size: $font-normal;
|
font-size: $font-normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user