Commit b6d296f8 authored by picklesrus's avatar picklesrus

Fix some spacing and replace images.

parent d498ef42
...@@ -144,10 +144,10 @@ const ConferenceFooter = props => ( ...@@ -144,10 +144,10 @@ const ConferenceFooter = props => (
</div> </div>
</div> </div>
</FlexRow> </FlexRow>
<LanguageChooser locale={props.intl.locale} />
<div className="conf2020-organized"> <div className="conf2020-organized">
<FormattedMessage id="conference-2020.organizedBy" /> <FormattedMessage id="conference-2020.organizedBy" />
</div> </div>
<LanguageChooser locale={props.intl.locale} />
</FooterBox> </FooterBox>
); );
......
...@@ -21,8 +21,12 @@ ...@@ -21,8 +21,12 @@
.conf2020-panel, .conf2020-panel,
.title-banner-h3.mod-2020 { .title-banner-h3.mod-2020 {
margin: auto;
width: 48.75rem; width: 48.75rem;
margin: auto;
}
.title-banner-h3.mod-2020 {
margin: 2rem auto 0;
} }
.title-banner-h3.mod-2020 { .title-banner-h3.mod-2020 {
...@@ -47,6 +51,10 @@ ...@@ -47,6 +51,10 @@
margin: 2rem 0; margin: 2rem 0;
} }
section {
padding-top: 3rem;
}
td { td {
padding: .75rem 1.25rem; padding: .75rem 1.25rem;
vertical-align: middle; vertical-align: middle;
...@@ -56,7 +64,9 @@ td { ...@@ -56,7 +64,9 @@ td {
width: 1.5rem; width: 1.5rem;
height: 1.5rem; height: 1.5rem;
} }
.mod-registration .conf2020-panel-desc {
margin-bottom: 0;
}
.button.mod-2020-panel { .button.mod-2020-panel {
display: block; display: block;
margin: 2rem auto 0; margin: 2rem auto 0;
...@@ -66,8 +76,12 @@ td { ...@@ -66,8 +76,12 @@ td {
text-align: center; text-align: center;
color: $type-white; color: $type-white;
} }
.conf2020-organizedby { .conf2020-organized {
font-size: .8rem; font-size: .875rem;
margin: 0 auto;
text-align: center;
padding: 1rem 0 2.5rem;
line-height: 1.5em;
} }
@media only screen and (max-width: $mobile - 1) { @media only screen and (max-width: $mobile - 1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment