Improve the mobile registration modal by adding a margin

This commit is contained in:
Luis Ramos
2020-04-28 18:13:41 +01:00
parent 4b63893377
commit 3a512478d6

View File

@@ -2,6 +2,10 @@
@import "mixins";
#registration-modal {
@media only screen and (max-width: 640px) {
margin: 0 15px 0 15px;
}
header {
text-align: center;