0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 15:03:07 +00:00

Add title filtering to User Page.

This commit is contained in:
G.Ambatte
2021-08-15 15:51:24 +12:00
parent 53de59940f
commit 521c393b74
2 changed files with 31 additions and 4 deletions

View File

@@ -34,8 +34,9 @@
font-family : 'Open Sans', sans-serif;
position : fixed;
top : 35px;
left : calc(50vw - 408px);
border : 2px solid #58180D;
width : 675px;
width : 800px;
background-color : #EEE5CE;
padding : 2px;
text-align : center;