0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 00:12:56 +00:00

Remove LESS styling for .blank

This commit is contained in:
Trevor Buckner
2025-02-17 15:09:04 -05:00
parent f5aa37bd5e
commit 01d93b98d5
4 changed files with 1 additions and 22 deletions

View File

@@ -85,9 +85,4 @@
display : inline-block;
width : 100%;
}
.blank {
height : 1em;
margin-top : 0;
& + * { margin-top : 0; }
}
}

View File

@@ -59,11 +59,6 @@
padding-left : 1.25em;
list-style : square;
}
.blank {
height : 1em;
margin-top : 0;
& + * { margin-top : 0; }
}
}
}
}