Added border radius to code, meta description

This commit is contained in:
2024-10-14 16:10:17 +02:00
parent 00eec8be70
commit 1cf12f91f0
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
overflow-x: auto;
padding: .5rem;
margin: .5rem 0;
border-radius: 5px;
}
.project-wrapper {
@@ -34,7 +35,7 @@
@media (max-width: 768px) {
.project-wrapper {
max-width: 100%;
padding: 10px;
padding: 1rem;
}
}