diff --git a/aio/content/marketing/events.html b/aio/content/marketing/events.html index 29cbc0852d..d886dcde60 100755 --- a/aio/content/marketing/events.html +++ b/aio/content/marketing/events.html @@ -2,7 +2,7 @@

Events

-
+

Where we'll be presenting:

diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index 8b99c00f1f..4413fa19c5 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -439,3 +439,7 @@ div[layout=row]{ .page-features .marketing-banner { margin-bottom: 20px; } + +.events-container{ + overflow-x: auto; +} \ No newline at end of file diff --git a/aio/src/styles/2-modules/_resources.scss b/aio/src/styles/2-modules/_resources.scss index e1ca288c8b..386eac2829 100644 --- a/aio/src/styles/2-modules/_resources.scss +++ b/aio/src/styles/2-modules/_resources.scss @@ -1,5 +1,8 @@ .showcase { width: 80%; + @media (max-width: 600px) { + width: 100%; + } } .c-resource-nav {