Styling tweaks

This commit is contained in:
Pieter Vander Vennet 2022-02-14 21:46:35 +01:00
parent 957edb66f5
commit f83a74a18a
3 changed files with 3 additions and 13 deletions

View file

@ -1148,10 +1148,6 @@ video {
width: 2.75rem;
}
.w-64 {
width: 16rem;
}
.w-4 {
width: 1rem;
}
@ -1308,10 +1304,6 @@ video {
justify-content: space-between;
}
.justify-items-center {
justify-items: center;
}
.gap-4 {
gap: 1rem;
}