Skip to content

Commit

Permalink
Reduce Text Size in missing_poster
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevallano committed Aug 14, 2016
1 parent 840f361 commit 5fed757
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/assets/stylesheets/movies.scss
Expand Up @@ -32,15 +32,16 @@ article.tile-cover-pic {
margin: -10px 10px 10px 0px;
width: $index-poster-width;
height: $index-poster-height;
overflow: hidden;
word-wrap: break-word;
padding: 5%;
text-align: center;
color: black;
p {
margin: 30% 0%;
font-size: 200%;
font-size: 150%;
line-height: 100%;
font-family: $header-family;
color: white;
} /* p */
a {
color: black;
Expand Down Expand Up @@ -190,7 +191,7 @@ article.tile-cover-pic {

.screening-link {
font-family: $body-family;
font-size: 12px;
font-size: 12px;
a {
color: $light-blue;
&:visited {
Expand Down

0 comments on commit 5fed757

Please sign in to comment.