Style fixes.

This commit is contained in:
codevictory
2022-01-10 23:20:07 +02:00
parent eba3209b14
commit a5aa4c321e
3 changed files with 7 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
.DateAndPlace {
text-align: center;
text-transform: uppercase;
margin-bottom: 1rem;
margin-bottom: 3rem;
h2 {
font-family: 'Montserrat-Medium';

View File

@@ -33,6 +33,8 @@
p {
font-size: 1.2rem;
margin-top: 1rem;
margin-left: 1rem;
margin-right: 1rem;
}
img {

View File

@@ -10,6 +10,10 @@
margin-left: 1rem;
margin-bottom: 0;
}
a {
text-decoration: underline;
}
}
@media screen and (max-width: 600px) {