0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 17:02:40 +00:00

Additional styling

This commit is contained in:
G.Ambatte
2024-05-15 16:07:28 +12:00
parent e7dc757293
commit 2a91d3ddbd

View File

@@ -1,3 +1,13 @@
.lockTools { .lockTools {
display: block; .lockBrew label {
width: 50%;
display: inline-block;
text-align: right;
line-height: 1.5em;
input {
float: right;
width: 70%;
margin-left: 10px;
}
}
} }