Ask contributors to take the user survey again, see #1180

This commit is contained in:
Pieter Vander Vennet 2023-01-03 00:22:43 +01:00
parent 3726419115
commit 94d46862c1
4 changed files with 63 additions and 5 deletions

View file

@ -624,6 +624,10 @@ video {
position: relative;
}
.\!relative {
position: relative !important;
}
.sticky {
position: -webkit-sticky;
position: sticky;
@ -811,10 +815,6 @@ video {
margin-top: 1rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mr-2 {
margin-right: 0.5rem;
}
@ -839,6 +839,10 @@ video {
margin-left: 0.5rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.ml-12 {
margin-left: 3rem;
}