Commit cd67b285e9215b9a8572fcf002c7bd6aebfe81e4
1 parent
434e8ec418
Exists in
master
and in
1 other branch
minor change
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
css/custom.css
... | ... | @@ -1306,7 +1306,7 @@ table { |
1306 | 1306 | .card-color{ |
1307 | 1307 | background-color:white; |
1308 | 1308 | font-size: 16px; |
1309 | - margin-top: 10%; | |
1309 | + margin-top: 16%; | |
1310 | 1310 | } |
1311 | 1311 | |
1312 | 1312 | .startup-jalsa{ |
... | ... | @@ -1407,6 +1407,9 @@ table { |
1407 | 1407 | margin-left: 4%; |
1408 | 1408 | |
1409 | 1409 | } |
1410 | + .card-color{ | |
1411 | + margin-top: 40%; | |
1412 | + } | |
1410 | 1413 | .city-meetup { |
1411 | 1414 | opacity: 0.8; |
1412 | 1415 | filter: alpha(opacity=80); /* For IE8 and earlier */ | ... | ... |
pages/confirmation.html
... | ... | @@ -2,7 +2,8 @@ |
2 | 2 | <head> |
3 | 3 | </head> |
4 | 4 | <body> |
5 | - <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " > | |
5 | + <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color"> | |
6 | + <center> | |
6 | 7 | <h3 style="text-align:center;margin-top:4%;position:relative;color: rgb(25, 104, 157);font-family: 'BenchNine', sans-serif;">Thank you for registering at Startup Jalsa 2018.</h3> |
7 | 8 | <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will receive a confirmation email from us, if not please contact at <i>ping@startupjalsa.com</i></p> |
8 | 9 | <footer> | ... | ... |