0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 10:12:41 +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-basis : 80%;
flex-grow : 1; flex-grow : 1;
.tag{ .tag{
border: 2px solid grey; border : 2px solid grey;
padding: 2px; padding : 2px;
margin: -2px 2px; margin : 2px 2px;
display: inline-block; display : inline-block;
border-radius: 5px; border-radius : 5px;
background-color : #444;
} }
a.userPageLink{ a.userPageLink{
text-decoration: none; text-decoration: none;