diff --git a/.gitignore b/.gitignore index 34a48de..1ea20d3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,30 @@ dist/ .codex .cache/ .openvscode-server/ -docs/ \ No newline at end of file +docs/ +docker/ + +# ── GSD baseline (auto-generated) ── +.gsd +.gsd-id +.bg-shell/ +Thumbs.db +*.swp +*.swo +*~ +.idea/ +.vscode/ +*.code-workspace +.env +.env.* +!.env.example +.next/ +build/ +__pycache__/ +*.pyc +.venv/ +venv/ +target/ +vendor/ +coverage/ +tmp/ diff --git a/assets/css/style.css b/assets/css/style.css index 1316c23..8f204b1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -3518,7 +3518,7 @@ color:#ffffff; -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1); box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1); border-radius: 0 0 10px 10px; - min-height: 230px; + min-height: 200px; } @media (max-width: 767px) { @@ -3691,7 +3691,7 @@ color:#ffffff; --------------------------------------------------------------*/ .services-section { background-color:#f5f8f9; - padding-bottom: 80px; + padding-bottom: 60px; } .services-section1 { @@ -3750,7 +3750,7 @@ color:#ffffff; .services-section .service-grids .grid { background-color: #fff; width: calc(25% - 30px); - margin: 0 15px 30px; + margin: 0 10px 30px; float: left; text-align: center; padding: 20px 35px; @@ -3762,7 +3762,7 @@ color:#ffffff; .services-section .service-grids .grid1 { background-color: #fff; width: calc(25% - 30px); - margin: 0 15px 30px; + margin: 0 15px 20px; float: left; text-align: center; /*padding: 35px 35px;*/ @@ -3805,7 +3805,7 @@ color:#ffffff; .services-section .grid h3 { font-size: 20px; - font-size: 1.25rem; + font-size: 1rem; margin: 0.4em 0 0.7em; } diff --git a/classiccase.html b/classiccase.html index e3be6a1..2477f19 100644 --- a/classiccase.html +++ b/classiccase.html @@ -73,14 +73,14 @@
diff --git a/index.html b/index.html index 8ccf3cd..b86fd6a 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@+