We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bb0cd commit b10eb21Copy full SHA for b10eb21
oshc/main/static/main/css/app.css
@@ -145,7 +145,7 @@ a {
145
.sRegister a {
146
color: white;
147
text-decoration: none;
148
-}
+};
149
150
.left-social-section {
151
padding: 0 50px;
@@ -160,6 +160,9 @@ iframe {
160
border: 0;
161
}
162
163
+.contest-submission-message {
164
+ margin-top: 15%;
165
+}
166
167
/* FOOTER CSS STARTS */
168
oshc/main/templates/contest_submission.html
@@ -3,8 +3,8 @@
3
{% block content %}
4
5
<div class="jumbotron text-xs-center">
6
- <div class="container text-center">
7
- <h1 class="display-3">Thank You!</h1>
+ <div class="container text-center contest-submission-message">
+ <h1 class="display-3">Thank you!</h1>
8
<p class="lead"><strong>Your contest has been submitted for review.</strong></p>
9
<hr>
10
<p class="lead">
0 commit comments