diff --git a/src/App.vue b/src/App.vue index 282bbdfe7..0ca0f35eb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -187,19 +187,17 @@
-
-
- Vikunja -
-
-

Info

-
-
- {{ motd }} -
+
+ Vikunja +
+
+

Info

+
+
+ {{ motd }}
-
+
diff --git a/src/styles/theme/content.scss b/src/styles/theme/content.scss index 6c6aa275e..cbf53c98e 100644 --- a/src/styles/theme/content.scss +++ b/src/styles/theme/content.scss @@ -1,10 +1,10 @@ -.app-container{ +.app-container { min-height: calc(100vh - 65px); @media screen and (max-width: $tablet) { padding-top: $navbar-height + 0.75rem; } - .app-content{ + .app-content { padding: $navbar-height + 1.5rem 1.5em 0 1.5em; z-index: 2; margin-left: 17vw; @@ -15,8 +15,19 @@ min-height: calc(100vh - 4rem); } - .card{ + .card { background: #fff; } } } + +.noauth-container { + width: 450px; + margin: 0 auto; + padding: 1rem 0; + + @media screen and (max-width: calc(450px + 2rem)) { + width: 100%; + padding: 1rem; + } +}