Skip to content
Snippets Groups Projects
Commit e277f468 authored by Dieter Holvoet's avatar Dieter Holvoet
Browse files

Fix media query

parent 073d1d7d
No related branches found
No related merge requests found
......@@ -35,7 +35,7 @@
border: 1px solid var(--gin-border-color-layer);
}
@media (min-width: 48em) {
@media (max-width: 47.99em) {
.ui-dialog:not(.ui-dialog-off-canvas) {
min-width: 92%;
max-width: 92%;
......
......@@ -31,7 +31,7 @@
}
}
@include mq(small) {
@include mq($to: small) {
.ui-dialog:not(.ui-dialog-off-canvas) {
min-width: 92%;
max-width: 92%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment