0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Tweak tag bubbles

This commit is contained in:
Trevor Buckner
2023-04-11 21:29:01 -04:00
parent d92005a3c2
commit d369cad02c

View File

@@ -226,11 +226,12 @@
flex-basis : 80%;
flex-grow : 1;
.tag{
border: 2px solid grey;
padding: 2px;
margin: -2px 2px;
display: inline-block;
border-radius: 5px;
border : 2px solid grey;
padding : 2px;
margin : 2px 2px;
display : inline-block;
border-radius : 5px;
background-color : #444;
}
a.userPageLink{
text-decoration: none;