From fac2943d9b5f2b8e440095fde4bca5ffb0918d6c Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 16 Feb 2022 12:33:22 +0100 Subject: [PATCH] refactor(Board): improve mobile layout --- src/routes/Board/styles.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/routes/Board/styles.less b/src/routes/Board/styles.less index ce7abe4f0..d37345d72 100644 --- a/src/routes/Board/styles.less +++ b/src/routes/Board/styles.less @@ -189,4 +189,16 @@ } } } +} + +@media only screen and (max-width: @minimum) { + .board-container { + .board-content-container { + .board-content { + .board-row { + margin: 2em 1.5em; + } + } + } + } } \ No newline at end of file