Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit d3b5603

Browse files
committed
Update
1 parent 43f08e1 commit d3b5603

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/css/style.menu.css

+8-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@
116116

117117
@media only screen and (min-width: 768px) {
118118

119-
.sidebar ul.menu {
120-
height: 800px;
121-
}
122-
123119
.nav .click { display: none; }
124120
.nav .responsive { display: block; }
125121

@@ -135,3 +131,11 @@
135131
}
136132

137133
}
134+
135+
@media only screen and (min-height: 768px) {
136+
137+
.sidebar ul.menu {
138+
height: 700px;
139+
}
140+
141+
}

0 commit comments

Comments
 (0)