mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 12:42:41 +00:00
move some css to prevent affecting brew cards
This commit is contained in:
@@ -23,28 +23,6 @@ body {
|
|||||||
height : 100%;
|
height : 100%;
|
||||||
overflow-y : hidden;
|
overflow-y : hidden;
|
||||||
background-color : #2C3E50;
|
background-color : #2C3E50;
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
|
||||||
font-family : 'CodeBold';
|
|
||||||
letter-spacing : 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
legend {
|
|
||||||
h3 {
|
|
||||||
margin-block : 30px 20px;
|
|
||||||
font-size : 20px;
|
|
||||||
text-align : center;
|
|
||||||
border-bottom : 2px solid;
|
|
||||||
}
|
|
||||||
ul {
|
|
||||||
padding-inline : 30px 10px;
|
|
||||||
li {
|
|
||||||
margin-block : 5px;
|
|
||||||
line-height : calc(1em + 5px);
|
|
||||||
list-style : disc;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@@ -59,6 +37,29 @@ body {
|
|||||||
position : relative;
|
position : relative;
|
||||||
padding : 50px clamp(20px, 4vw, 50px);
|
padding : 50px clamp(20px, 4vw, 50px);
|
||||||
|
|
||||||
|
h1, h2, h3, h4 {
|
||||||
|
font-family : 'CodeBold';
|
||||||
|
letter-spacing : 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
legend {
|
||||||
|
h3 {
|
||||||
|
margin-block : 30px 20px;
|
||||||
|
font-size : 20px;
|
||||||
|
text-align : center;
|
||||||
|
border-bottom : 2px solid;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
padding-inline : 30px 10px;
|
||||||
|
li {
|
||||||
|
margin-block : 5px;
|
||||||
|
line-height : calc(1em + 5px);
|
||||||
|
list-style : disc;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
top : 0;
|
top : 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user