Responsive Main page.

This commit is contained in:
codevictory
2022-01-04 21:55:18 +02:00
parent c134be0e8f
commit dd73ae44db
3 changed files with 43 additions and 0 deletions

View File

@@ -31,4 +31,13 @@
}
@media screen and (max-width: 600px) {
.DateAndPlace {
h2.large {
font-size: 1.5rem !important;
}
h3.large {
font-size: 1rem !important;
}
}
}