Skip to content

Commit

Permalink
wip page made responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 19, 2016
1 parent ef4a9eb commit 010c92e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/styles/_socialbuttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
@media (max-width: $screen-sm-min) {

.social-center {
.social { text-align: center; }
.social ul { display:inline-table; }
.social li { display:inline; }
margin-bottom: 100px;
display: none;
}


}

.social {
Expand Down
11 changes: 11 additions & 0 deletions app/styles/_wip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,21 @@
@media (max-width: $screen-sm-min) {

.wip {

h2 {
font-size: 2rem;
}

.img-responsive {
padding-top: 20px;
padding-left: 50px;
padding-right: 50px;
}

.text {
font-size: 1.4rem;
}

}

}

0 comments on commit 010c92e

Please sign in to comment.