Add small left

This commit is contained in:
Bradley M. Kuhn 2023-02-07 14:03:36 -08:00
parent cf59bf2174
commit 87e621b642

View file

@ -54,6 +54,14 @@ dd {
margin: 0 0 2.5em 11.5em;
}
.small-left {
float: left;
height: auto;
width: 25%;
margin-left: .7em;
margin-bottom: .4em;
}
.small-right {
float: right;
height: auto;