Skip to content

Commit

Permalink
styling for thank you footer box
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl committed Dec 23, 2014
1 parent 191e3f8 commit a0a8272
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docroot/includes/deed3.css
Expand Up @@ -751,7 +751,15 @@ ol.arabic-markers {
list-style-type: none;
}

#thank-you-footer {
max-width: 50%;
margin: 0 auto;
padding: 1em;
}

#thank-you-footer p {
text-align: left;
}

@media screen and (max-width: 600px) {
html {
Expand Down Expand Up @@ -814,4 +822,9 @@ ol.arabic-markers {
#deed-understanding {
margin-bottom: 0;
}

#thank-you-footer {
max-width: 90%;
}

}

0 comments on commit a0a8272

Please sign in to comment.