Merge pull request #1050 from gethinode/develop

Adjust main cover style
This commit is contained in:
Mark Dumay
2024-07-25 07:23:58 +02:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -147,19 +147,19 @@ $utilities: map-merge(
} }
.main-cover { .main-cover {
height: 100vh; min-height: 100vh;
} }
@include media-breakpoint-up(xxl) { @include media-breakpoint-up(xxl) {
.main-cover { .main-cover {
height: calc(min(100vh, 1000px)); min-height: calc(min(100vh, 1000px));
} }
} }
/* stylelint-disable media-feature-range-notation */ /* stylelint-disable media-feature-range-notation */
@media (min-height: 1400px) { @media (min-height: 1400px) {
.main-cover { .main-cover {
height: calc(min(100vh, 1000px)); min-height: calc(min(100vh, 1000px));
} }
} }
/* stylelint-enable media-feature-range-notation */ /* stylelint-enable media-feature-range-notation */

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@gethinode/hinode", "name": "@gethinode/hinode",
"version": "0.24.19", "version": "0.24.20",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gethinode/hinode", "name": "@gethinode/hinode",
"version": "0.24.19", "version": "0.24.20",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0", "@fullhuman/postcss-purgecss": "^6.0.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@gethinode/hinode", "name": "@gethinode/hinode",
"version": "0.24.19", "version": "0.24.20",
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator", "description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
"keywords": [ "keywords": [
"hugo", "hugo",