From 5fc51b6843d6cf6f8e4ad443db46708718009799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 10 Apr 2021 23:53:39 +0200 Subject: [PATCH] Make navbar better on small devices --- web/frontend/src/App.vue | 20 ++++++++++++-------- web/frontend/src/components/AttemptList.vue | 8 +++++++- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/web/frontend/src/App.vue b/web/frontend/src/App.vue index cb6a637..52f358c 100644 --- a/web/frontend/src/App.vue +++ b/web/frontend/src/App.vue @@ -1,7 +1,7 @@ @@ -47,7 +52,6 @@ $font-stack: 'Secular One'; color: #2c3e50; margin-top: 0; } - .navbar-brand { font-family: 'Secular One', sans-serif; } diff --git a/web/frontend/src/components/AttemptList.vue b/web/frontend/src/components/AttemptList.vue index fddb112..6af55b7 100644 --- a/web/frontend/src/components/AttemptList.vue +++ b/web/frontend/src/components/AttemptList.vue @@ -2,7 +2,13 @@

Attempt list

- +