Skip to content

Commit 7189c65

Browse files
committed
Update slogan
1 parent df92356 commit 7189c65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/Banner.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ const BannerWrapper = styled.div`
2828
h2 {
2929
color: #c0392b;
3030
background: white;
31-
padding .5rem;
31+
padding .5rem;
32+
font-size: 1.4rem;
3233
}
3334
`
3435

3536
const Banner = () => (
3637
<BannerWrapper>
3738
<h1>Ohjelmoinnin MOOC 2019</h1>
38-
<h2>KURSSI KÄYNNISSÄ</h2>
39+
<h2>Ohjelmoinnin alkeet kaikille, ilmaiseksi</h2>
3940
</BannerWrapper>
4041
)
4142

0 commit comments

Comments
 (0)