fix(contact.css): properly center success container contents

This commit is contained in:
Cory Dransfeldt 2025-04-22 15:54:51 -07:00
parent e5186ecd56
commit b71ddd91fe
No known key found for this signature in database
3 changed files with 7 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "3.0.3", "version": "3.0.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "3.0.3", "version": "3.0.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"html-minifier-terser": "7.2.0", "html-minifier-terser": "7.2.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "3.0.3", "version": "3.0.4",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {

View file

@ -28,9 +28,11 @@
} }
.contact-success-wrapper { .contact-success-wrapper {
text-align: center;
h2 { h2 {
margin: 0; margin: 0;
} }
* {
text-align: center;
}
} }