mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-24 05:12:57 +00:00
Replace deprecated @-moz-document with @supports for the Firefox column break fix
Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com>
This commit is contained in:
committed by
GitHub
co-authored by
Víctor Losada Hernández
parent
b30e44325e
commit
98a560bd8b
@@ -60,7 +60,7 @@
|
||||
&-corner { visibility : hidden; }
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
@supports (break-after:always) {
|
||||
.columnSplit {
|
||||
margin-bottom: 100vh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user