mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-16 04:35:55 +00:00
33 lines
613 B
Plaintext
33 lines
613 B
Plaintext
|
|
.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{
|
|
overflow-y : scroll;
|
|
.phb{
|
|
.noColumns();
|
|
height : auto;
|
|
min-height : 279.4mm;
|
|
margin : 20px auto;
|
|
&::after{
|
|
display : none;
|
|
}
|
|
.noBrews{
|
|
margin : 10px 0px;
|
|
font-size : 1.3em;
|
|
font-style : italic;
|
|
}
|
|
|
|
}
|
|
}
|
|
} |