Bring back pull-* utilities

This commit is contained in:
Andreas Nedbal 2023-01-03 16:15:57 +01:00 committed by Andreas Nedbal
parent 077958bc5c
commit 22491b19a6
1 changed files with 8 additions and 0 deletions

View File

@ -13,3 +13,11 @@
.empty:not(:only-child) {
display: none;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}