+
+
+ {{ title }}
+
-
@@ -58,10 +45,24 @@ export default {
visibility: hidden;
pointer-events: none;
}
- @media screen and (max-width: 700px) {
+ .body {
+ margin-bottom: 2rem;
+ }
+ @media screen and (max-width: 1024px) {
h2::before {
margin-top: -30px;
height: 30px;
}
+ .section-container {
+ padding: 1rem;
+ }
+ }
+ @media screen and (min-width: 1025px) {
+ .title {
+ padding-left: 0.5rem;
+ }
+ .body {
+ padding-right: 1rem;
+ }
}
diff --git a/src/components/icons/CalendarIcon.vue b/src/components/icons/CalendarIcon.vue
new file mode 100644
index 000000000..aa984a1a6
--- /dev/null
+++ b/src/components/icons/CalendarIcon.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
diff --git a/src/components/icons/ChevronIcon.vue b/src/components/icons/ChevronIcon.vue
index 480aad3cf..db494cbcf 100644
--- a/src/components/icons/ChevronIcon.vue
+++ b/src/components/icons/ChevronIcon.vue
@@ -1,6 +1,6 @@
+
+
+
+
diff --git a/src/components/icons/GlobeIcon.vue b/src/components/icons/GlobeIcon.vue
index e4d30967b..c13e9df4b 100644
--- a/src/components/icons/GlobeIcon.vue
+++ b/src/components/icons/GlobeIcon.vue
@@ -1,9 +1,9 @@
+
+
+
+
+
+
+
diff --git a/src/components/icons/NewTabIcon.vue b/src/components/icons/NewTabIcon.vue
index 795c7673b..de1bdde85 100644
--- a/src/components/icons/NewTabIcon.vue
+++ b/src/components/icons/NewTabIcon.vue
@@ -33,6 +33,9 @@ export default {