Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_sass/_dl-menu.scss')
-rw-r--r--_sass/_dl-menu.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/_sass/_dl-menu.scss b/_sass/_dl-menu.scss
index 5c2c523..8869c31 100644
--- a/_sass/_dl-menu.scss
+++ b/_sass/_dl-menu.scss
@@ -3,8 +3,6 @@
========================================================================== */
.dl-menuwrapper {
- width: 100%;
- height: 100%;
position: absolute;
top: 0;
left: 0;
@@ -23,6 +21,11 @@
left: 25px;
}
+ &.dl-menuopen {
+ width: 100%;
+ height: 100%;
+ }
+
button {
top: 0;
left: 0;