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

This commit is contained in:
2025-08-27 17:24:56 +02:00
parent 477c31ca4f
commit 9b79a5b9d3

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;
}
}