Tweak class for small top banner

This commit is contained in:
Connor Hudson 2018-07-02 10:25:58 -04:00
parent cf48231284
commit 5b5eb8cc5a
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ require('./small-top-banner.scss');
const SmallTopBanner = () => (
<TitleBanner className="beta-small-top-banner">
<FlexRow className="beta-small-top-header">
<FlexRow className="beta-small-top-container">
<h2 className="beta-copy">Try out the beta version of Scratch 3.0</h2>
<a
className="beta-try-it button"

View file

@ -4,7 +4,7 @@
background: $ui-orange;
padding: 5px 0;
.beta-small-top-header {
.beta-small-top-container {
justify-content: center;
}