diff --git a/sass/project.scss b/sass/project.scss
index 3519c32..eb3ed6e 100644
--- a/sass/project.scss
+++ b/sass/project.scss
@@ -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;
}
}
diff --git a/templates/base.html b/templates/base.html
index 7abbc71..88fb0df 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,6 +17,7 @@
+