This commit is contained in:
Pieter Vander Vennet 2023-12-01 15:31:29 +01:00
parent 8d694e30d2
commit 48216c1a7f
2 changed files with 183 additions and 181 deletions

View file

@ -841,6 +841,10 @@ video {
margin-right: 3rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
@ -877,10 +881,6 @@ video {
margin-right: 0.25rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 0.25rem;
}
@ -1784,6 +1784,10 @@ video {
padding-bottom: 0.5rem;
}
.pt-1 {
padding-top: 0.25rem;
}
.text-center {
text-align: center;
}