mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 05:02:43 +00:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
@import (less) './client/homebrew/phbStyle/phb.style.less';
|
|
|
|
.pageContainer{
|
|
padding : 30px 0px;
|
|
background-color : @steel;
|
|
&>.phb{
|
|
margin-right : auto;
|
|
margin-bottom : 30px;
|
|
margin-left : auto;
|
|
box-shadow : 1px 4px 14px #000;
|
|
}
|
|
} |