Commit ad6977033b38c2c9cb58b9587c18f8f8c5c10fa3
1 parent
97ed79f73c
Exists in
master
landing page design
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
css/custom.css
... | ... | @@ -1189,7 +1189,7 @@ input.hidden { |
1189 | 1189 | margin-bottom: 4%; |
1190 | 1190 | } |
1191 | 1191 | .happen-citymeetup{ |
1192 | - margin-top: 8%; | |
1192 | + margin-top: 4%; | |
1193 | 1193 | } |
1194 | 1194 | .card-input { |
1195 | 1195 | display: none; |
... | ... | @@ -1487,7 +1487,7 @@ table { |
1487 | 1487 | } |
1488 | 1488 | .apply-btn{ |
1489 | 1489 | text-align: center; |
1490 | - margin-bottom: 6%; | |
1490 | + margin-bottom: 4%; | |
1491 | 1491 | } |
1492 | 1492 | .txt{ |
1493 | 1493 | margin-top: 2%; |
... | ... | @@ -1531,7 +1531,7 @@ table { |
1531 | 1531 | position:fixed; |
1532 | 1532 | background-position: top center; |
1533 | 1533 | /* background-image: url(/images/background.jpg); */ |
1534 | - background-color: #171717; | |
1534 | + background-color: #0e0e0e; | |
1535 | 1535 | background-repeat: no-repeat; |
1536 | 1536 | background-size: 100% auto; |
1537 | 1537 | -webkit-background-size:100% auto; | ... | ... |