diff --git a/css/general.css b/css/general.css
index a9190fd..b483c51 100644
--- a/css/general.css
+++ b/css/general.css
@@ -1238,18 +1238,23 @@ section {
max-width: 1100px;
}
+#cal-parent {
+ display: flex;
+ flex-direction: row;
+}
+
#cal-container {
display: flex;
+ flex-direction: column;
flex-wrap: wrap;
- width: 100%;
- margin: auto;
+ width: 40%;
+ min-width: 400px !important;
height: auto;
justify-content: center;
- padding: 10px 0 0;
}
.cal-card {
- width: 33.3%;
+ width: 100%;
border-radius: 7px;
border: 1px solid white;
}
@@ -1339,12 +1344,12 @@ section {
.event-entry {
display: flex;
flex: row nowrap;
- height: 38px;
+ height: 30px;
margin-bottom: 7px;
}
.time-column {
- width: 25%;
+ width: 35%;
height: 100%;
text-align: right;
}
@@ -1360,15 +1365,21 @@ section {
color: gray;
}
-#map-title {
+.map-title {
font-size: 25px;
margin-bottom: 10px;
}
+#map-div {
+ width: 60%;
+ height: auto;
+}
+
#map-container {
border-radius: 10px;
padding: 3px;
- height: 500px;
+ width: 100%;
+ height: 91.5%;
border: 1px solid white;
position: relative;
}
diff --git a/index.html b/index.html
index 03997d6..7596387 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@
-