Pārlūkot izejas kodu

Hide the border when not a sidebar

Nevan Scott 7 gadi atpakaļ
vecāks
revīzija
b7d33a86e5
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      themes/cupper/static/css/styles.css

+ 3 - 0
themes/cupper/static/css/styles.css

@@ -842,6 +842,9 @@ h1 svg {
     .intro {
         text-align: center;
     }
+    .intro-and-nav {
+        border-right: none;
+    }
     .intro-and-nav > div {
         padding: 1.5rem;
     }