Add css classes

This commit is contained in:
pietervdvn 2022-08-24 01:09:48 +02:00
parent 03dad39949
commit e56423b016

View file

@ -890,6 +890,10 @@ video {
margin-top: 1.5rem; margin-top: 1.5rem;
} }
.mr-1 {
margin-right: 0.25rem;
}
.mr-2 { .mr-2 {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
@ -962,10 +966,6 @@ video {
margin-top: -3rem; margin-top: -3rem;
} }
.mr-1 {
margin-right: 0.25rem;
}
.mb-0 { .mb-0 {
margin-bottom: 0px; margin-bottom: 0px;
} }
@ -1074,6 +1074,10 @@ video {
height: 2rem; height: 2rem;
} }
.h-14 {
height: 3.5rem;
}
.h-4 { .h-4 {
height: 1rem; height: 1rem;
} }
@ -1166,9 +1170,8 @@ video {
width: 2rem; width: 2rem;
} }
.w-min { .w-14 {
width: -webkit-min-content; width: 3.5rem;
width: min-content;
} }
.w-1\/3 { .w-1\/3 {
@ -1191,6 +1194,11 @@ video {
width: 2.75rem; width: 2.75rem;
} }
.w-min {
width: -webkit-min-content;
width: min-content;
}
.w-max { .w-max {
width: -webkit-max-content; width: -webkit-max-content;
width: max-content; width: max-content;