0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 21:32:41 +00:00

User page now running properly

This commit is contained in:
Scott Tolksdorf
2016-11-24 23:35:10 -05:00
parent 2d6b89c769
commit 4e5cd914f7
5 changed files with 57 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
.userPage{
.content .phb{
margin: 20px auto;
min-height : 350px;
height : 80%;
column-count : 1;
&::after{
display : none;
}
}
}