diff --git a/package-lock.json b/package-lock.json index 231bf74..f1a5b4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "osc-website", - "version": "0.3.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "osc-website", - "version": "0.3.1", + "version": "1.0.0", "license": "GPL-3.0-or-later", "dependencies": { "body-passer": "^1.0.0", diff --git a/public/css/index.css b/public/css/index.css index 0ff342b..d8d9854 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -355,7 +355,7 @@ textarea { grid-column: 1 / 3; } -.contact__content__form-sumbit { +.contact__content__form-submit { width: 100px !important; border: 0px; @@ -369,7 +369,7 @@ textarea { padding: 8px 12px; } -.contact__content__form-sumbit:hover { +.contact__content__form-submit:hover { background-color: 74F535; box-shadow: inset 0 0 20px rgba(116, 245, 53, .5), 0 0 20px rgba(116, 245, 53, .2); outline-color: rgba(116, 245, 53, 0); diff --git a/views/index.ejs b/views/index.ejs index 503c199..9fc9d25 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -223,7 +223,7 @@