mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 06:32:37 +00:00
Remove obsolete styling from tags-container
This commit is contained in:
@@ -126,18 +126,11 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
.tags-container {
|
.tags-container {
|
||||||
font-family : 'Open Sans', sans-serif;
|
|
||||||
position : sticky;
|
|
||||||
top : 0;
|
|
||||||
left : 0;
|
|
||||||
width : 100%;
|
|
||||||
height : 30px;
|
height : 30px;
|
||||||
background-color : #555;
|
background-color : #555;
|
||||||
border-top : 1px solid #666;
|
border-top : 1px solid #666;
|
||||||
border-bottom : 1px solid #666;
|
border-bottom : 1px solid #666;
|
||||||
color : white;
|
color : white;
|
||||||
text-align : center;
|
|
||||||
z-index : 1;
|
|
||||||
display : flex;
|
display : flex;
|
||||||
justify-content : center;
|
justify-content : center;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
|
|||||||
Reference in New Issue
Block a user