Skip to content

Commit

Permalink
Improve logo positioning on mobile devices
Browse files Browse the repository at this point in the history
For very small screens (max-width: 480px), a top padding for the slider is added to make space for the hamburger menu and logo.

Fixes themegrill#47
  • Loading branch information
xelan committed Apr 24, 2019
1 parent 2e11a92 commit 298486f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,10 @@ responsive CSS
line-height: 24px;
}

.tg-slider-widget .slider-content {
padding-top: 96px;
}

.tg-slider-widget.slider-content-left .caption-desc,
.tg-slider-widget.slider-content-center .caption-desc {
font-size: 12px;
Expand Down

0 comments on commit 298486f

Please # to comment.