0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 07:12:40 +00:00

Adjust tag styling

This commit is contained in:
G.Ambatte
2023-04-09 11:00:41 +12:00
parent 22b6b6a473
commit c5bd41acbf
2 changed files with 12 additions and 1 deletions

View File

@@ -218,6 +218,13 @@
flex-basis : 80%;
flex-grow : 1;
border-top : 1px solid #888;
.tag{
border: 2px solid grey;
padding: 2px;
margin: -2px 2px;
display: inline-block;
border-radius: 5px;
}
}
}
}