Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Oct 15, 2021
1 parent fc0c6a2 commit 0ec2479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/skin.less
Original file line number Diff line number Diff line change
Expand Up @@ -698,11 +698,11 @@ div.editOptions {
body > footer {
background: @background-color-footer;

@media screen and ( min-width: @width-breakpoint-tablet ) {
@media screen and ( min-width: @width-breakpoint-desktop ) {
padding: 20px 15%;
}

@media screen and ( max-width: @width-breakpoint-mobile ) {
@media screen and ( max-width: @width-breakpoint-tablet ) {
padding: 20px 0;
}

Expand All @@ -721,7 +721,7 @@ body > footer {
margin: 0 0 0 1em;
}

#mw-footer #footer-icons {
#footer #footer-icons {
@media screen and (max-width: @width-breakpoint-tablet) {
clear: both;
margin-bottom: 0.5em;
Expand Down

0 comments on commit 0ec2479

Please sign in to comment.