Thank-you note style fix

This commit is contained in:
Raphael Michel
2016-09-21 11:06:26 +02:00
parent 831d06993e
commit 3181aa75c2
2 changed files with 7 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ a:hover .panel-primary > .panel-heading {
.thank-you {
margin-bottom: 25px;
.fa {
font-size: 150px;
line-height: 170px;
@@ -115,7 +116,7 @@ body.loading .container {
@media (min-width: $screen-md-min) {
.thank-you {
height: 170px;
min-height: 170px;
width: 70%;
margin: auto;
@@ -127,6 +128,10 @@ body.loading .container {
h2 {
padding-top: 35px;
}
p {
margin-left: 158px;
}
}
}
@media (max-width: $screen-sm-max) {