diff --git a/.gitignore b/.gitignore index c79f8bb..3fa6f7e 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,4 @@ dist .yarn/install-state.gz .pnp.* +package-lock.json diff --git a/README.md b/README.md index 2e4fb09..cd4b10b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ It's recommended to install and use prettier when making contributions, prettier doesn't handle go templates well so if you would like to use prettier then refer to this project: https://github.com/NiklasPor/prettier-plugin-go-template. - - ## Thanks To https://cruip.com/ for providing the original theme licensed under GPLv3 https://github.com/dchucks for providing the hugo theme template converted from the raw HTML ## License -The "Theme" defined by the files located in the theme/agnes directory is licensed under GPLv3, content located on the hugo generated website is licensed as the owner of such content defines \ No newline at end of file +The "Theme" defined by the files located in the theme/agnes directory is licensed under GPLv3, content located on the hugo generated website is licensed as the owner of such content defines. "Content" located on the website is defined in the hugo.toml file. \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..7d3cac4 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "devDependencies": { + "prettier": "^3.2.5", + "prettier-plugin-go-template": "^0.0.15" + } +} diff --git a/themes/agnes-hugo-theme/layouts/index.html b/themes/agnes-hugo-theme/layouts/index.html index e05c24f..9067f70 100644 --- a/themes/agnes-hugo-theme/layouts/index.html +++ b/themes/agnes-hugo-theme/layouts/index.html @@ -50,7 +50,7 @@
-

Contact

+

Contact

{{ range .Site.Params.buttons }} diff --git a/themes/agnes-hugo-theme/static/css/style.css b/themes/agnes-hugo-theme/static/css/style.css index bba7fdc..ee182bb 100644 --- a/themes/agnes-hugo-theme/static/css/style.css +++ b/themes/agnes-hugo-theme/static/css/style.css @@ -17,9 +17,9 @@ html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; font-family: "Open Sans", sans-serif; - transform: scale(0.85); + /* transform: scale(0.85); transform-origin: 0 0; - width: 117.5%; + width: 117.5%; */ } body { @@ -259,6 +259,7 @@ p { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; + margin-bottom: 1.5rem; } .full-width { @@ -588,7 +589,8 @@ p { overflow: hidden; } -.pricing .section-title { +.pricing .section-title, +.contact .section-title { margin-bottom: 48px; } @@ -716,7 +718,8 @@ p { } @media (min-width: 641px) { - .pricing .section-title { + .pricing .section-title, + .contact .section-title { margin-bottom: 64px; } }