Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Fix contest page on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Apr 12, 2018
1 parent 4cc453b commit c5bf767
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,12 @@ header.ETSC {
}

.contest-container {
align-content: center;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 !important;
text-align: center;
padding: 0 10em;
ol {
text-align: left !important;

Expand Down

0 comments on commit c5bf767

Please sign in to comment.