diff --git a/public/features.jade b/public/features.jade
index 561f509ed9..b3ebaece01 100644
--- a/public/features.jade
+++ b/public/features.jade
@@ -20,7 +20,7 @@
.grid-fluid.l-space-bottom-8
.c3.text-center
- .sticker
+ .sticker
.c7
h3.text-headline.text-uppercase Flexible Development
p.text-body In addition to full support for ES6 and TypeScript, Angular 2 works equally well with today's ES5, Dart, CoffeeScript, and other languages that compile to JavaScript. The choice of language is up to you.
@@ -38,7 +38,7 @@
.grid-fluid.l-space-bottom-8
.c3.text-center
- .sticker
+ .sticker
.c7
h3.text-headline.text-uppercase Simple & Expressive
p.text-body Make your intention clear using natural, easy-to-write syntax. Reduce complexity for your team: new, structure-rich templates are readable and easy to understand at a glance.
diff --git a/public/resources/css/module/_sticker.scss b/public/resources/css/module/_sticker.scss
index 2507e080f3..70cca87c2d 100644
--- a/public/resources/css/module/_sticker.scss
+++ b/public/resources/css/module/_sticker.scss
@@ -17,5 +17,10 @@
left: 50%;
z-index: $layer-1;
margin: -40px 0px 0px -40px;
+
+ &.is-small {
+ font-size: 64px;
+ margin: -32px 0px 0px -40px;
+ }
}
}
\ No newline at end of file