Update styles.css

This commit is contained in:
Stan Turing 2023-05-08 07:27:03 +02:00 committed by GitHub
parent 7ff61c60bc
commit 9f3eb58c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ header {
position: relative;
padding: 0px 0px 5px 0px;
border-radius: 0px 0px 25px 25px;
background-image: url("/img/dark-color-bg6.png");
background-image: url("img/dark-color-bg6.png");
background-size: 90%;
background-position: center;
background-repeat: repeat-y;
@ -458,4 +458,4 @@ a:hover {
.contact-message {
width: 250px;
}
}
}