fix(home.scss): prevent project content from breaking on large screens
- Fixes layout issues on higher resolutions where content stretched incorrectly
This commit is contained in:
@@ -35,7 +35,9 @@
|
|||||||
.project {
|
.project {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 1rem 30%;
|
margin: 1rem 0;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 40%;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
Reference in New Issue
Block a user