Commit 29728df5c273a35661b928401d2a4565ab122c40
1 parent
cd67b285e9
Exists in
master
and in
1 other branch
minor change css
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
css/custom.css
... | ... | @@ -1306,6 +1306,11 @@ table { |
1306 | 1306 | .card-color{ |
1307 | 1307 | background-color:white; |
1308 | 1308 | font-size: 16px; |
1309 | +} | |
1310 | + | |
1311 | +.card-color-confirm{ | |
1312 | + background-color:white; | |
1313 | + font-size: 16px; | |
1309 | 1314 | margin-top: 16%; |
1310 | 1315 | } |
1311 | 1316 | |
... | ... | @@ -1407,7 +1412,7 @@ table { |
1407 | 1412 | margin-left: 4%; |
1408 | 1413 | |
1409 | 1414 | } |
1410 | - .card-color{ | |
1415 | + .card-color-confirm{ | |
1411 | 1416 | margin-top: 40%; |
1412 | 1417 | } |
1413 | 1418 | .city-meetup { | ... | ... |
pages/confirmation.html
... | ... | @@ -2,7 +2,7 @@ |
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-confirm"> | |
6 | 6 | <center> |
7 | 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> |
8 | 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> | ... | ... |