Make registration page responsive.

This commit is contained in:
codevictory
2021-12-23 23:17:40 +02:00
parent 25f87eaa01
commit 9414314e96
11 changed files with 112 additions and 27 deletions

View File

@@ -1,9 +1,8 @@
@import '../colors.scss';
.dateAndPlace {
.DateAndPlace {
text-align: center;
text-transform: uppercase;
font-size: calc(10px + 2vmin);
margin-bottom: 1rem;
h2 {
@@ -30,3 +29,6 @@
}
}
}
@media screen and (max-width: 600px) {
}