Skip to content

Commit

Permalink
Fixes #503: Fixed padding for landscape mode in mobile browsers (#510)
Browse files Browse the repository at this point in the history
* Fix landscape padding for mobile devices

* Fix date format.

* Increase padding further

* Fix incorrect rule change in previous commit.
  • Loading branch information
majordwarf authored and muffinresearch committed Oct 16, 2019
1 parent 4d04c02 commit d3f1dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions _assets/css/_fullwidth.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Stylesheet: Full Width Page Stylesheet
}

@include breakpoint(medium) {
padding-top: rem-calc(72);
height: calc(100vh - #{rem-calc(88)});
max-height: 66vw;
min-height: rem-calc(360);
Expand Down
5 changes: 3 additions & 2 deletions documentation/develop/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ topic: Develop
tags: [Debugging, Firefox, Guide, Mozilla, WebExtensions]
contributors:
[
majordwarf,
rebloor,
irenesmith,
hellosct1,
Expand All @@ -25,8 +26,8 @@ contributors:
johnadungan,
abdullahdiaa,
]
last_updated_by: rebloor
date: 2019-06-10 10:01:19
last_updated_by: majordwarf
date: 2019-10-14 17:12:00
---

<!-- Page Hero Banner -->
Expand Down

0 comments on commit d3f1dba

Please sign in to comment.