diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 5e3261d..bb96eb1 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2059,6 +2059,14 @@ p.right{text-align: right;} height: 68px; position: relative; } +.hidemenu a{ + position: absolute; + width: 100%; + height: 100%; + background-position: center center; + background-repeat:no-repeat; + background-image: url('../images/hidem1.png'); +} /**/ @media (min-width: 1200px){ .nav_up{ diff --git a/frontend/web/images/hidem1.png b/frontend/web/images/hidem1.png new file mode 100644 index 0000000..0f621d8 Binary files /dev/null and b/frontend/web/images/hidem1.png differ -- libgit2 0.21.4