diff --git a/public/css/app.css b/public/css/app.css
index adb4f07..2f3c3c7 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -13127,8 +13127,8 @@ section.heading {
}
section.heading h1 {
- font-weight: bold;
- font-size: 3rem;
+ font-weight: normal;
+ font-size: 2rem;
padding: 1rem 2rem;
text-align: center;
margin: 0 auto;
diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss
index 0bd00da..d24c688 100644
--- a/resources/assets/sass/app.scss
+++ b/resources/assets/sass/app.scss
@@ -309,8 +309,8 @@ section.heading {
border-bottom: 1px solid #444;
/* bottom inner shadow */
h1 {
- font-weight: bold;
- font-size: 3rem;
+ font-weight: normal;
+ font-size: 2rem;
padding: 1rem 2rem;
text-align: center;
margin: 0 auto;
@@ -828,7 +828,7 @@ article.home {
}
}
#map {
-
+
.map {
width: 100%;
height: 400px;
diff --git a/resources/views/schedule.twig b/resources/views/schedule.twig
index 0c712aa..bd16db8 100644
--- a/resources/views/schedule.twig
+++ b/resources/views/schedule.twig
@@ -11,7 +11,7 @@
{{trans('general.schedule.title') }}
-
+
@@ -237,7 +237,7 @@
-
+
@@ -318,4 +318,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}