0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 03:42:38 +00:00
Files
homebrewery/client/homebrew/pages/userPage/userPage.less
2016-11-27 13:45:38 -05:00

36 lines
639 B
Plaintext

html, body, #reactContainer, .homebrew, .page {
height : auto;
min-height : 100vh;
}
.noColumns(){
column-count : auto;
column-fill : auto;
column-gap : auto;
column-width : auto;
-webkit-column-count : auto;
-moz-column-count : auto;
-webkit-column-width : auto;
-moz-column-width : auto;
-webkit-column-gap : auto;
-moz-column-gap : auto;
}
.userPage{
.content .phb{
min-height : 350px;
margin : 20px auto;
height : auto;
.noColumns();
&::after{
display : none;
}
.noBrews{
margin: 10px 0px;
font-style: italic;
font-size: 1.3em;
}
}
}