This commit is contained in:
armansansd 2022-04-27 15:57:10 +02:00
parent c77738bf23
commit 632fecb716
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -117,6 +117,10 @@ article, .paragraph{
padding: 1rem;
position: sticky;
top: 3rem;
@include breakpoint(small down) {
grid-column-start: 1;
top: 0;
}
.field_titre{
font-size: $font-normal;
font-weight: 600;