0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Remove obsolete styling from tags-container

This commit is contained in:
G.Ambatte
2024-02-22 19:27:17 +13:00
parent 46a0a66fb6
commit 43209186ee

View File

@@ -126,18 +126,11 @@
}
.tags-container {
font-family : 'Open Sans', sans-serif;
position : sticky;
top : 0;
left : 0;
width : 100%;
height : 30px;
background-color : #555;
border-top : 1px solid #666;
border-bottom : 1px solid #666;
border-bottom : 1px solid #666;
color : white;
text-align : center;
z-index : 1;
display : flex;
justify-content : center;
align-items : center;