summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 1aadaba5..7ad087fa 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -28,7 +28,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
.wrapper > * {
padding: 5px;
- flex: 1 100%;
+ /*flex: 1 100%; -- I commented this out - the wrapper was taking up full width in Chrome*/
}
.header {