Fixed Issues

This commit is contained in:
Patrick Hatsune 2024-04-26 11:25:47 -07:00
parent 55aa2d0c5e
commit d142747912

View file

@ -22,7 +22,7 @@ header {
background-position: center 20%; background-position: center 20%;
height: 180px; height: 180px;
width: 100%; width: 100%;
background-color: black; background-color: #0df;
border-radius: 10px; border-radius: 10px;
font-family: 'Rubik', sans-serif; font-family: 'Rubik', sans-serif;
} }
@ -49,6 +49,7 @@ header h1 {
width:100%; width:100%;
height:100%; height:100%;
object-fit: cover; object-fit: cover;
background-color: #afb5c8
} }
.intro { .intro {