Skip to content

Commit b10eb21

Browse files
OpenSourceHelpCommunity#150 | Put Big Thank you in center in contest submission page
1 parent 55bb0cd commit b10eb21

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

oshc/main/static/main/css/app.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ a {
145145
.sRegister a {
146146
color: white;
147147
text-decoration: none;
148-
}
148+
};
149149

150150
.left-social-section {
151151
padding: 0 50px;
@@ -160,6 +160,9 @@ iframe {
160160
border: 0;
161161
}
162162

163+
.contest-submission-message {
164+
margin-top: 15%;
165+
}
163166

164167
/* FOOTER CSS STARTS */
165168

oshc/main/templates/contest_submission.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{% block content %}
44

55
<div class="jumbotron text-xs-center">
6-
<div class="container text-center">
7-
<h1 class="display-3">Thank You!</h1>
6+
<div class="container text-center contest-submission-message">
7+
<h1 class="display-3">Thank you!</h1>
88
<p class="lead"><strong>Your contest has been submitted for review.</strong></p>
99
<hr>
1010
<p class="lead">

0 commit comments

Comments
 (0)