style(project.scss): replace padding with margin in project-wrapper for better layout on smaller screens

This commit is contained in:
fr
2025-08-27 19:28:14 +02:00
parent 477c31ca4f
commit 9b79a5b9d3
+1 -7
View File
@@ -67,13 +67,7 @@ code {
@media (max-width: 768px) {
.project-wrapper {
max-width: 100%;
padding: 1rem;
}
}
@media (max-width: 480px) {
.project-wrapper {
padding: 5px;
margin: 0rem 1rem;
}
}