diff --git a/src/app/main/main.component.css b/src/app/main/main.component.css
index 8411370..e2325f2 100644
--- a/src/app/main/main.component.css
+++ b/src/app/main/main.component.css
@@ -133,12 +133,16 @@ mat-form-field.mat-form-field {
top: -5px;
}
+.border-radius-both {
+ border-radius: 16px;
+}
+
.no-border-radius-bottom {
- border-radius: 4px 4px 0px 0px;
+ border-radius: 16px 16px 0px 0px;
}
.no-border-radius-top {
- border-radius: 0px 0px 4px 4px;
+ border-radius: 0px 0px 16px 16px;
}
@media (max-width: 576px) {
diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html
index 80fb3c2..b81e866 100644
--- a/src/app/main/main.component.html
+++ b/src/app/main/main.component.html
@@ -1,6 +1,6 @@