diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro
index 2af5433..aefaba0 100644
--- a/src/layouts/Base.astro
+++ b/src/layouts/Base.astro
@@ -46,6 +46,12 @@ const { title, courses, selectedCourseLabel } = Astro.props
})
})
+
+
+
{title}
diff --git a/src/style.css b/src/style.css
index c73e0d3..2f59f3f 100644
--- a/src/style.css
+++ b/src/style.css
@@ -84,7 +84,7 @@ table {
width: 100%;
max-width: auto;
- font-size: 15px;
+ font-size: 14px;
line-height: 1.25;
th,
@@ -363,6 +363,7 @@ body {
border: none;
border-bottom: 4px solid #a00;
+ border-radius: 0;
}
> footer {