diff options
-rw-r--r-- | vnext/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 78a094b1..e50a7bd3 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -333,7 +333,7 @@ hr { } } -@media (--viewport-desktop) { +@media (--viewport-desktop) { #header_wrapper, .footer_container { margin: 0 auto; |