From 69323192d7d639a9efa48cf3db24c5fcfb246add Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 3 Jun 2020 07:45:58 +0200 Subject: [PATCH] Use full width in mobile view (#7) --- packages/app-shell/src/app-shell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-shell/src/app-shell.js b/packages/app-shell/src/app-shell.js index 91a1a217..9ff52fbe 100644 --- a/packages/app-shell/src/app-shell.js +++ b/packages/app-shell/src/app-shell.js @@ -580,7 +580,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) { } aside { - margin: auto; + margin: 0; padding: 0 0.5em; } -- GitLab