diff options
author | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 13:05:36 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 13:05:36 -0400 |
commit | 39497cb690e727778aaabf3ef0ec116c7c97b2ee (patch) | |
tree | 86fe85d17eebc0598c9f276674bdff4cff704bfb /src/components/shared-styles.js | |
parent | c8455753523c47d95e0438a0c4999b77d4f6fa47 (diff) |
Created basic responsive grid for regiional competitions on new competition page.
Diffstat (limited to 'src/components/shared-styles.js')
-rw-r--r-- | src/components/shared-styles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shared-styles.js b/src/components/shared-styles.js index 0c91063..4e938ed 100644 --- a/src/components/shared-styles.js +++ b/src/components/shared-styles.js @@ -23,7 +23,7 @@ export const SharedStyles = html` } section > * { - max-width: 600px; + max-width: 80%; margin-right: auto; margin-left: auto; } |