CSS: Add bottom border radius to mobile menu
diff --git a/css/style.css b/css/style.css
index a0af41f..cda85a5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -168,6 +168,10 @@
   background-color: #07374a;
   -webkit-transition: background-color .2s ease 0s;
   transition: background-color .2s ease 0s;
+  -webkit-border-bottom-left-radius: 4px;
+  -webkit-border-bottom-right-radius: 4px;
+  border-bottom-left-radius: 4px;
+  border-bottom-right-radius: 4px;
 }
   
 /* Solid class attached on scroll past first section */