dev #35

Merged
Giovanni-Josserand merged 13 commits from dev into main 2025-09-28 17:01:04 +00:00
2 changed files with 19 additions and 1 deletions
Showing only changes of commit bf42d752a9 - Show all commits

View File

@ -56,3 +56,7 @@
text-align: center; text-align: center;
margin-bottom: 3rem; margin-bottom: 3rem;
} }

View File

@ -123,3 +123,17 @@
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
} }
@media (max-width: 1366px) {
.single-project {
width: 47%;
}
}
@media (max-width: 768px) {
.single-project {
width: 90%;
}
}