@eox/pages-theme-eox 0.5.1 → 0.5.2
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 +1 -1
- package/src/Layout.vue +3 -2
package/package.json
CHANGED
package/src/Layout.vue
CHANGED
|
@@ -339,6 +339,7 @@ header {
|
|
|
339
339
|
padding-top: 10rem !important;
|
|
340
340
|
padding-bottom: 10rem !important;
|
|
341
341
|
height: 100svh;
|
|
342
|
+
max-height: 1000px;
|
|
342
343
|
}
|
|
343
344
|
@media (max-width: 1024px) {
|
|
344
345
|
header {
|
|
@@ -366,9 +367,9 @@ header > .hero-container {
|
|
|
366
367
|
display: grid;
|
|
367
368
|
grid-gap: 2rem;
|
|
368
369
|
grid-template-areas:
|
|
370
|
+
"image"
|
|
369
371
|
"title"
|
|
370
|
-
"actions"
|
|
371
|
-
"image";
|
|
372
|
+
"actions";
|
|
372
373
|
grid-auto-rows: min-content;
|
|
373
374
|
text-align: center;
|
|
374
375
|
z-index: 1;
|