Screen sizing

This commit is contained in:
Patrick Hatsune 2024-05-07 14:13:12 -07:00
parent a07e1aeffe
commit 35e9697681

View file

@ -86,12 +86,13 @@ header h1 {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.intro {
display: flex;
flex-direction: column;
margin: 90px 0;
margin-top: 90px;
width: 750px;
color: white;
font-family: 'Rubik', sans-serif;