diff --git a/public/css/home.css b/public/css/home.css index c94c7d4..02271d6 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -452,15 +452,19 @@ header { .and-more h1 { padding-top: 30px; - width: 100%; + width: fit-content; + margin-inline: auto; font-size: 53px; text-align: center; - color: #cfe8f6; font-family: "JosefinSans-Regular"; background-color: #1a1a2e; transition: all 0.5s ease; } +.and-more a { + color: #cfe8f6; +} + .and-more h1:hover { color: aquamarine; transform: scale(1.2); diff --git a/views/home.ejs b/views/home.ejs index 27d660e..dc78a41 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -141,7 +141,9 @@