File tree 2 files changed +22
-4
lines changed
2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -402,3 +402,21 @@ footer .container {
402
402
.zone {
403
403
display : none;
404
404
}
405
+
406
+ /* CONTEST SUBMISSION PAGE CSS STARTS */
407
+ .vcenter {
408
+ display : flex;
409
+ flex-direction : column;
410
+ align-content : center;
411
+ justify-content : center;
412
+ height : 90vh ;
413
+ z-index : -100 ;
414
+ position : absolute;
415
+ top : 0 ;
416
+ left : 0 ;
417
+ right : 0 ;
418
+ }
419
+
420
+ .subtitle {
421
+ margin : 0 ;
422
+ }
Original file line number Diff line number Diff line change 3
3
{% block content %}
4
4
5
5
< div class ="jumbotron text-xs-center ">
6
- < div class ="container text-center ">
7
- < h1 class ="display-3 "> Thank You !</ h1 >
8
- < p class ="lead "> < strong > Your contest has been submitted for review.</ strong > </ p >
6
+ < div class ="container text-center vcenter ">
7
+ < h1 class ="display-3 text-center "> Thank you !</ h1 >
8
+ < p class ="lead text-center subtitle "> < strong > Your contest has been submitted for review.</ strong > </ p >
9
9
< hr >
10
- < p class ="lead ">
10
+ < p class ="lead text-center ">
11
11
< a class ="btn btn-primary btn-sm " href ="{% url 'home' %} " role ="button "> Continue to homepage</ a >
12
12
</ p >
13
13
</ div >
You can’t perform that action at this time.
0 commit comments