about & global changes

This commit is contained in:
2024-02-24 16:00:51 +01:00
parent 909ff7907b
commit 8af63ab911
3 changed files with 21 additions and 8 deletions
+5
View File
@@ -49,6 +49,11 @@ export const StyledAbout = styled.section`
h1 {
margin: 0;
vertical-align: middle;
}
p {
font-size: 1.2em;
}
}
`;
+1 -1
View File
@@ -63,7 +63,7 @@ export const GlobalStyles = createGlobalStyle`
}
}
img {
img, svg {
max-width: 100%;
vertical-align: middle;
}