@eox/pages-theme-eox 0.4.13 → 0.4.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eox/pages-theme-eox",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "type": "module",
5
5
  "description": "Vitepress Theme with EOX branding",
6
6
  "main": "src/index.js",
package/src/Layout.vue CHANGED
@@ -118,7 +118,10 @@
118
118
  class="background-image"
119
119
  :src="withBase(frontmatter.hero.image.src)"
120
120
  />
121
- <h1 class="large bold" style="font-size: clamp(3rem, 5vw, 94px)">
121
+ <h1
122
+ class="bold medium-margin"
123
+ style="font-size: clamp(2rem, 5vw, 45px)"
124
+ >
122
125
  {{ frontmatter.hero.text }}
123
126
  </h1>
124
127
  <p>{{ frontmatter.hero.tagline }}</p>
@@ -8,7 +8,7 @@
8
8
  <i :class="`mdi ${icon}`"></i>
9
9
  {{ title }}
10
10
  </nav>
11
- <h5 :class="`title primary-text large`">{{ tagline }}</h5>
11
+ <h5 :class="`title primary-text`">{{ tagline }}</h5>
12
12
  <p><slot></slot></p>
13
13
  <nav>
14
14
  <a