Skip to content

Commit

Permalink
fixed issue with menu in mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilanzva committed Feb 27, 2018
1 parent f2f378e commit 8dd6de3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions SCSS/theme/_theme-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ li.default-menu {
text-transform: uppercase;
}
.main-small-navigation .random-post a {
padding: 7px 12px;
padding: 10px 12px;
border-bottom: none;
}
.main-small-navigation li {
Expand Down Expand Up @@ -1874,7 +1874,7 @@ a#scroll-up:hover {
padding-bottom: 20px;
padding-left: 5%;
position: absolute;
width: 95%;
width: 100%;
}
.widget_featured_slider .slide-content .above-entry-meta .cat-links a {
background-color: #289dcc;
Expand Down Expand Up @@ -1946,7 +1946,7 @@ a#scroll-up:hover {
padding-bottom: 10px;
padding-left: 5%;
position: absolute;
width: 95%;
width: 100%;
}
.widget_highlighted_posts .above-entry-meta {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var paths = {
// Start browserSync
function browserSyncStart( cb ) {
browserSync.init({
proxy:'localhost/colormag'
proxy:'colormag.local'
}, cb);
}

Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ li.default-menu {
}

.main-small-navigation .random-post a {
padding: 7px 12px;
padding: 10px 12px;
border-bottom: none;
}

Expand Down Expand Up @@ -2274,7 +2274,7 @@ a#scroll-up:hover {
padding-bottom: 20px;
padding-left: 5%;
position: absolute;
width: 95%;
width: 100%;
}

.widget_featured_slider .slide-content .above-entry-meta .cat-links a {
Expand Down Expand Up @@ -2358,7 +2358,7 @@ a#scroll-up:hover {
padding-bottom: 10px;
padding-left: 5%;
position: absolute;
width: 95%;
width: 100%;
}

.widget_highlighted_posts .above-entry-meta {
Expand Down

0 comments on commit 8dd6de3

Please sign in to comment.