fix calendar dimensions mobile

This commit is contained in:
JilianaTiu 2022-10-15 01:52:43 -07:00
parent b09661b3ee
commit fca7858ef5

View file

@ -351,3 +351,9 @@ a:hover {
padding-top: 2em;
padding-bottom: 2em;
}
iframe {
width: 80vw;
height: 600px;
max-width: 1000px;
}