diff --git a/assets/styles/app.scss b/assets/styles/app.scss index d757bef..46eb7a7 100644 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -17,19 +17,10 @@ padding-left: .75rem; padding-right: .75rem; - @include tablet { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - @include desktop { + @include tablet-only { > .container { .navbar-brand { margin-left: 0; - - .navbar-item { - padding-left: 0; - } } } } @@ -47,6 +38,13 @@ .logo { height: 40px; } + + .navbar-menu { + .navbar-item { + padding-left: 1.25rem; + padding-right: 1.25rem; + } + } } .title { diff --git a/components/Navbar.vue b/components/Navbar.vue index e416971..8912d8a 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -9,6 +9,9 @@ Instructions + + Download contributions + diff --git a/pages/authorize-contribution.vue b/pages/authorize-contribution.vue index 72befc5..a8324e2 100644 --- a/pages/authorize-contribution.vue +++ b/pages/authorize-contribution.vue @@ -1,6 +1,6 @@