misc: center registration block

This commit is contained in:
Serghei Mihai 2021-04-06 14:42:03 +02:00
parent a1dfa125eb
commit be41211556
1 changed files with 2 additions and 0 deletions

View File

@ -453,6 +453,7 @@ div#main-content {
display: flex;
display: -ms-flexbox;
-ms-flex-direction: row;
justify-content: center;
@media screen and (max-width: $mobile-limit) {
width: auto;
flex-direction: column;
@ -667,6 +668,7 @@ div#toplinks {
background: #fff;
width: $width;
padding-bottom: 2rem;
margin-top: 2.5rem;
&::before {
content: '';
background: #f2f2f2;