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; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap;
} }
.intro { .intro {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 90px 0; margin-top: 90px;
width: 750px; width: 750px;
color: white; color: white;
font-family: 'Rubik', sans-serif; font-family: 'Rubik', sans-serif;