-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This fixes #150 #154
This fixes #150 #154
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! 🚀
<h1 class="display-3">Thank You!</h1> | ||
<p class="lead"><strong>Your contest has been submitted for review.</strong></p> | ||
<h1 class="display-3 text-center">Thank you!</h1> | ||
<p class="lead text-center"><strong>Your contest has been submitted for review.</strong></p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't working on my local or on a trial deployment. Can you please share screenshots?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you check this is what the current status is.
I added few more words in the description of the issue. By center I meant, vertically and horizontally in the center of the page, somewhere in the middle.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tapasweni-pathak it's done, have a look.
oshc/main/static/main/css/app.css
Outdated
|
||
.subtitle { | ||
margin: 0; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Can you please squash the commits into one, then we are good to go with this one! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tapasweni-pathak done 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tapasweni-pathak check it now 😄
<hr> | ||
<p class="lead"> | ||
<p class="lead text-center"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also you can remove all text-center
but on the first div here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tapasweni-pathak done 👍
<h1 class="display-3">Thank You!</h1> | ||
<p class="lead"><strong>Your contest has been submitted for review.</strong></p> | ||
<div class="container text-center vcenter"> | ||
<h1 class="display-3 text-center">Thank you!</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These text-center
s came back. :) Only the first one is required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tapasweni-pathak fixed 👍
Finally 😄 👍 |
Checklist
develop
branch.Which issue does this PR fix?: fixes #150