Skip to content

Commit

Permalink
Make Exposure theme work better on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
toki authored and Psycojoker committed Nov 4, 2020
1 parent bd4ab14 commit 86697cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prosopopee/themes/exposure/static/css/style-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ a {
}

.paragraph p {
line-height: 39.6px;
line-height: 1.5em;
}

footer {
Expand Down Expand Up @@ -216,7 +216,7 @@ footer a {
left: 0;
padding: 20px 0 30px 0;
color: white;
transform: translateY(-100%);
transform: translateY(-400%);
transition: transform .35s ease-out;
background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, transparent 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.85)), color-stop(100%, transparent));
Expand Down

0 comments on commit 86697cf

Please sign in to comment.