diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 20c3c6781..a02b6a13f 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -65,6 +65,7 @@ footer { justify-content: space-between; } + @media(max-width: $responsiveWidth){ header { display: block; @@ -77,6 +78,7 @@ footer { } } + nav { a:not(:last-of-type) { margin-right: 15px; diff --git a/pages/websocket.vue b/pages/websocket.vue index d3369c5d6..cb24a92ca 100644 --- a/pages/websocket.vue +++ b/pages/websocket.vue @@ -5,10 +5,10 @@ @@ -17,8 +17,8 @@