Compare commits
4 Commits
cedca87a54
...
master
Author | SHA1 | Date | |
---|---|---|---|
50d717a0e0 | |||
ee96d04708 | |||
b84d0b4d2c | |||
ff9e76676d |
@@ -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;
|
||||||
@@ -55,6 +57,7 @@
|
|||||||
}
|
}
|
||||||
.latest-projects-posts .project {
|
.latest-projects-posts .project {
|
||||||
margin: 1rem 5%;
|
margin: 1rem 5%;
|
||||||
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user