0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 02:52:38 +00:00

move some css to prevent affecting brew cards

This commit is contained in:
Víctor Losada Hernández
2024-08-31 22:43:54 +02:00
parent 9a2f18fc0d
commit bb08aed1a8

View File

@@ -24,11 +24,25 @@ body {
overflow-y : hidden; overflow-y : hidden;
background-color : #2C3E50; 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 { h1, h2, h3, h4 {
font-family : 'CodeBold'; font-family : 'CodeBold';
letter-spacing : 2px; letter-spacing : 2px;
} }
legend { legend {
h3 { h3 {
margin-block : 30px 20px; 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 { &::after {
position : absolute; position : absolute;
top : 0; top : 0;