diff --git a/stirling-pdf/src/main/resources/settings.yml.template b/stirling-pdf/src/main/resources/settings.yml.template index 75f23f03f..96701af3b 100644 --- a/stirling-pdf/src/main/resources/settings.yml.template +++ b/stirling-pdf/src/main/resources/settings.yml.template @@ -62,7 +62,7 @@ security: premium: key: 00000000-0000-0000-0000-000000000000 - enabled: true # Enable license key checks for pro/enterprise features + enabled: false # Enable license key checks for pro/enterprise features proFeatures: database: true # Enable database features SSOAutoLogin: false diff --git a/stirling-pdf/src/main/resources/static/css/footer.css b/stirling-pdf/src/main/resources/static/css/footer.css index 3945b1b43..274be2178 100644 --- a/stirling-pdf/src/main/resources/static/css/footer.css +++ b/stirling-pdf/src/main/resources/static/css/footer.css @@ -11,6 +11,7 @@ align-items: center; /* Center children horizontally */ flex-grow: 1; flex-direction: column; + margin-top: 1rem;; } .footer-powered-by { @@ -57,4 +58,4 @@ .footer-link-list{ flex-direction: column; /* Stack links vertically on smaller screens */ } -} \ No newline at end of file +} diff --git a/stirling-pdf/src/main/resources/static/css/home-legacy.css b/stirling-pdf/src/main/resources/static/css/home-legacy.css index b25fafc17..3539edd1f 100644 --- a/stirling-pdf/src/main/resources/static/css/home-legacy.css +++ b/stirling-pdf/src/main/resources/static/css/home-legacy.css @@ -3,7 +3,7 @@ background-color: var(--md-sys-color-surface-container-low); width: 100%; font-size: 16px; - margin-bottom: 2rem; + margin-bottom: 0.5rem; padding: 0.75rem 3.5rem; border: 1px solid var(--md-sys-color-outline-variant); border-radius: 3rem; diff --git a/stirling-pdf/src/main/resources/static/css/home.css b/stirling-pdf/src/main/resources/static/css/home.css index c36a1eb95..fc1a8c3fb 100644 --- a/stirling-pdf/src/main/resources/static/css/home.css +++ b/stirling-pdf/src/main/resources/static/css/home.css @@ -91,7 +91,8 @@ } .newfeature{ - min-width:12rem; + display: flex; + width:fit-content } .recent-features{ display: flex; diff --git a/stirling-pdf/src/main/resources/templates/fragments/footer.html b/stirling-pdf/src/main/resources/templates/fragments/footer.html index 324f550d9..01616ddca 100644 --- a/stirling-pdf/src/main/resources/templates/fragments/footer.html +++ b/stirling-pdf/src/main/resources/templates/fragments/footer.html @@ -1,4 +1,4 @@ -