diff --git a/app/styles/components/_organizers.scss b/app/styles/components/_organizers.scss index db724ba..9938be0 100644 --- a/app/styles/components/_organizers.scss +++ b/app/styles/components/_organizers.scss @@ -20,7 +20,15 @@ @include respond-to("up to phablet") { height: 25%; + width: 90%; + right: 15%; } + + @include respond-to("mobile") { + height: 20%; + right: 11%; + } + } .organizer { @@ -78,6 +86,10 @@ .title { font-weight: 400; } + + p { + padding-bottom: 30px; + } } .contact-us-link { diff --git a/app/styles/components/_speakers.scss b/app/styles/components/_speakers.scss index c988110..5dcb093 100644 --- a/app/styles/components/_speakers.scss +++ b/app/styles/components/_speakers.scss @@ -45,6 +45,12 @@ @include margin-vertical($speaker-vertical-spacing); left: 8%; } + + @include respond-to("up to phablet") { + left: 5% ; + } + + } .speaker {