mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
minor formatting changes for consistency
This commit is contained in:
parent
4fe3997df4
commit
60a2a51bb5
2 changed files with 10 additions and 10 deletions
|
@ -113,7 +113,7 @@
|
||||||
.ttt-tile-open-modal {
|
.ttt-tile-open-modal {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 .25rem;
|
padding: 0 .25rem;
|
||||||
width: 1.25em;
|
width: 1rem;
|
||||||
height: 1.25em;
|
height: 1rem;
|
||||||
vertical-align: top;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,37 +49,37 @@ var TopBanner = injectIntl(React.createClass({
|
||||||
<FlexRow className="top-animation">
|
<FlexRow className="top-animation">
|
||||||
<img
|
<img
|
||||||
src="/images/hoc/s.png"
|
src="/images/hoc/s.png"
|
||||||
alt="C"
|
alt=""
|
||||||
className="top-animation-letter mod-letter-s"
|
className="top-animation-letter mod-letter-s"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="/images/hoc/c1.png"
|
src="/images/hoc/c1.png"
|
||||||
alt="C"
|
alt=""
|
||||||
className="top-animation-letter mod-letter-c1"
|
className="top-animation-letter mod-letter-c1"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="/images/hoc/r.png"
|
src="/images/hoc/r.png"
|
||||||
alt="R"
|
alt=""
|
||||||
className="top-animation-letter mod-letter-r"
|
className="top-animation-letter mod-letter-r"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="/images/hoc/a.png"
|
src="/images/hoc/a.png"
|
||||||
alt="A"
|
alt=""
|
||||||
className="top-animation-letter mod-letter-a"
|
className="top-animation-letter mod-letter-a"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="/images/hoc/t.png"
|
src="/images/hoc/t.png"
|
||||||
alt="T"
|
alt=""
|
||||||
className="top-animation-letter mod-letter-t"
|
className="top-animation-letter mod-letter-t"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="/images/hoc/c2.png"
|
src="/images/hoc/c2.png"
|
||||||
alt="C"
|
alt=""
|
||||||
className="top-animation-letter mod-letter-c2"
|
className="top-animation-letter mod-letter-c2"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
src="/images/hoc/h.png"
|
src="/images/hoc/h.png"
|
||||||
alt="H"
|
alt=""
|
||||||
className="top-animation-letter mod-letter-h"
|
className="top-animation-letter mod-letter-h"
|
||||||
/>
|
/>
|
||||||
</FlexRow>
|
</FlexRow>
|
||||||
|
|
Loading…
Reference in a new issue