Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Fix footer and player overlapping (#653) (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
azeezolaniran2016 authored and mmahalwy committed May 13, 2017
1 parent 042c8b0 commit 8197e5a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Audioplayer/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
display: block;
user-select: none;
height: auto;
z-index: 1;
padding: 10px 20px 5px;
background: #fff;
box-shadow: 0 0 0.5rem 0 rgba(0,0,0,.2);
Expand Down
11 changes: 10 additions & 1 deletion src/components/Footer/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";
.footer{
background-color: #32312C;
padding: 3% 0%;
padding: 3% 0% 5% 0%;
font-size: 14px;
margin-top: 50px;

Expand Down Expand Up @@ -31,6 +32,14 @@
}
}

@media(max-width: $screen-sm-max){
padding-bottom: 7%;
}

@media(max-width: $screen-sm){
padding-bottom: 9%;
}

:global(a){
-webkit-transition: color .15s ease-in-out;
-moz-transition: color .15s ease-in-out;
Expand Down

0 comments on commit 8197e5a

Please sign in to comment.