mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 03:42:38 +00:00
36 lines
639 B
Plaintext
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;
|
|
}
|
|
}
|
|
} |