mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-04 05:58:16 +00:00
partial translation
This commit is contained in:
@@ -73,7 +73,6 @@ export const GlobalStyles = createGlobalStyle`
|
||||
}
|
||||
|
||||
img, svg {
|
||||
max-width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -50,6 +50,10 @@ export const StyledProjects = styled.section`
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.project-thumbnail img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 100%;
|
||||
border: 1px solid #aaa;
|
||||
|
||||
Reference in New Issue
Block a user