From f490860c79e21182368e162031a586590673d084 Mon Sep 17 00:00:00 2001 From: Alex Contini Date: Thu, 1 Feb 2018 09:47:22 -0500 Subject: [PATCH] updates to mobile - spacing, column stacking and padding Some css updates to the mobile version, ignore my last PRs please! --- css/style_user_journeys.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/css/style_user_journeys.css b/css/style_user_journeys.css index 7b0da3d20e..21d9cb3605 100644 --- a/css/style_user_journeys.css +++ b/css/style_user_journeys.css @@ -889,3 +889,37 @@ th, td { th { font-weight: normal; } + + + +@media screen and (max-width: 580px) { + +.browsecolumn { +width: 95%; + +} + +.paths { + +margin-top : 10%; +padding:4%; + +} + +.navButton { +padding:2%; + +} + +.buttons { +padding:4%; +} + +.whitebar { +padding:5%; + +} + + +} +