diff --git a/css/style.css b/css/style.css
index 8fb109c..30eb9e8 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1698,6 +1698,25 @@ a#menu-toggle:after {
   select.form-select {
     width: 100%;
   }
+
+  /* ----------------- Tabs on Small Screens ------------- */
+  .tabs ul.primary {
+    padding: 0;
+    background: none;
+    border-bottom: 1px solid #bbb;
+  }
+
+ .tabs ul.primary li {
+    float: none;
+    margin: 0;
+  }
+  
+ .tabs ul.primary li a {
+    float: none;
+    border-top-left-radius: 0px;
+    border-top-right-radius: 0px;
+    padding: 5px 10px;
+  }
 }
 
 @media all and (min-width: 461px) and (max-width: 900px) {
