mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Tweak class for small top banner
This commit is contained in:
parent
cf48231284
commit
5b5eb8cc5a
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
background: $ui-orange;
|
||||
padding: 5px 0;
|
||||
|
||||
.beta-small-top-header {
|
||||
.beta-small-top-container {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue