diff options
author | Vitaly Takmazov | 2020-04-29 19:07:20 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | fe94b83ab135ac3d4a8201a1aa3c6a6f6f319a35 (patch) | |
tree | c2d98b7ee2c58ad7fa0e36a44807517890aa5807 /vnext | |
parent | 5a6470966f7468e10453d6a127960a567e8b4cc8 (diff) |
cleanup warnings
Diffstat (limited to 'vnext')
-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; |