partial translation

This commit is contained in:
2024-02-26 00:24:09 +01:00
parent f717a6dc4f
commit 025d003806
6 changed files with 128 additions and 8 deletions
-1
View File
@@ -73,7 +73,6 @@ export const GlobalStyles = createGlobalStyle`
}
img, svg {
max-width: 100%;
vertical-align: middle;
}
+2 -1
View File
@@ -15,7 +15,8 @@ export const StyledLandingWrapper = styled.div`
display: flex;
flex-direction: column;
gap: 100px;
max-width: 100%;
width: 100%;
max-width: 1300px;
.landing_main {
display: flex;
+4
View File
@@ -50,6 +50,10 @@ export const StyledProjects = styled.section`
height: 100%;
}
.project-thumbnail img {
max-width: 100%;
}
hr {
width: 100%;
border: 1px solid #aaa;