From 696b11a33b0ff98d274b793f52bf25023d7656a9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 30 Dec 2021 17:02:25 +0100 Subject: [PATCH] chore: mobile first --- src/views/namespaces/ListNamespaces.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/namespaces/ListNamespaces.vue b/src/views/namespaces/ListNamespaces.vue index ec9dd52a2..cfdd9d942 100644 --- a/src/views/namespaces/ListNamespaces.vue +++ b/src/views/namespaces/ListNamespaces.vue @@ -152,12 +152,12 @@ export default { } .new-namespace { - margin-left: 1rem; + margin-bottom: .5rem; + width: 100%; - @media screen and (max-width: $tablet) { - width: 100%; - margin-left: 0; - margin-bottom: .5rem; + @media screen and (min-width: $tablet) { + margin-left: 1rem; + width: auto; } } \ No newline at end of file