Skip to content

Commit

Permalink
fixed responsiveness for non-gecko-based web browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
WilyWildWilly committed Mar 12, 2020
1 parent 9231f03 commit 8878f1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
10 changes: 6 additions & 4 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ a{
text-align: justify;
}
&-loisirs{
@media only screen and (min-width: 768px) {

@-moz-document url-prefix() {
@media only screen and (min-width: 768px) {
position: absolute;
bottom: 0px;
width: -moz-available;
}
}
width: -moz-available;
position: absolute;
bottom: 0px;
}
&-pleasurebox{
display: flex;
Expand Down

0 comments on commit 8878f1b

Please sign in to comment.