Make registration page responsive.
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user