Skip to content

Commit

Permalink
fix wrapper dimensions in about page mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Aug 12, 2016
1 parent b958b80 commit 4b606c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/stylesheets/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
}


.site__body div {
width: 100%;
}


@supports (-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
.site__body::before {
width: 50%;
Expand Down
8 changes: 8 additions & 0 deletions static/stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ p {
margin: 1em 0;
line-height: 1.35;
color: rgba(0, 0, 0, 0.54);
word-wrap: break-word;
}


Expand Down Expand Up @@ -170,6 +171,13 @@ li {
}


@media all and (max-width: 775px), (max-device-width: 775px) {
.page__title {
text-align: center;
}
}



/** footer styles **/

Expand Down

0 comments on commit 4b606c4

Please sign in to comment.