0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 09:22:44 +00:00

unsetting footer should use display property

This commit is contained in:
Víctor Losada Hernández
2023-08-11 15:10:08 +02:00
parent dc3243ae59
commit 4347debf45

View File

@@ -684,7 +684,7 @@ h5 + table{
columns : 1;
text-align : center;
&:after {
all: unset;
display: none;
}
h1 {
text-shadow: unset;
@@ -828,7 +828,7 @@ h5 + table{
columns: 1;
padding: 2.25cm 1.3cm 2cm 1.3cm;
&:after {
all: unset;
display: none;
}
.columnWrapper {
width: 7.6cm;