Rebuild assets

This commit is contained in:
2023-03-07 20:45:34 +11:00
parent e2533652d6
commit 4b2a8ee672

View File

@@ -987,6 +987,14 @@ video {
grid-column: span 7 / span 7;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.m-0 {
margin: 0px;
}