mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-20 11:52:46 +00:00
move some css to prevent affecting brew cards
This commit is contained in:
@@ -24,11 +24,25 @@ body {
|
||||
overflow-y : hidden;
|
||||
background-color : #2C3E50;
|
||||
|
||||
|
||||
.content {
|
||||
background : #2C3E50;
|
||||
|
||||
.dataGroup {
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
background : white;
|
||||
|
||||
&.form .brewLookup {
|
||||
position : relative;
|
||||
padding : 50px clamp(20px, 4vw, 50px);
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-family : 'CodeBold';
|
||||
letter-spacing : 2px;
|
||||
}
|
||||
|
||||
|
||||
legend {
|
||||
h3 {
|
||||
margin-block : 30px 20px;
|
||||
@@ -46,19 +60,6 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.content {
|
||||
background : #2C3E50;
|
||||
|
||||
.dataGroup {
|
||||
width : 100%;
|
||||
height : 100%;
|
||||
background : white;
|
||||
|
||||
&.form .brewLookup {
|
||||
position : relative;
|
||||
padding : 50px clamp(20px, 4vw, 50px);
|
||||
|
||||
&::after {
|
||||
position : absolute;
|
||||
top : 0;
|
||||
|
||||
Reference in New Issue
Block a user