0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 16:12:37 +00:00

removed unnecessary files and refactored layout of dl

This commit is contained in:
Víctor Losada Hernández
2025-02-01 15:47:41 +01:00
parent 3ce9bb1310
commit a504703d41
13 changed files with 71 additions and 89 deletions

View File

@@ -6,7 +6,7 @@
.field {
display : grid;
grid-template-columns : 120px 150px;
grid-template-columns : 120px 200px;
align-items : center;
justify-items : stretch;
width : 100%;
@@ -18,6 +18,10 @@
padding : 0px 10px;
margin-bottom : unset;
font-family : monospace;
&[type="date"] {
width:14ch;
}
}
textarea {