diff --git a/app/styles/app.css b/app/styles/app.css index 66cedb8f..4afcc5f7 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -57,3 +57,9 @@ h1 + *, button:not([disabled]) { cursor: pointer; } + +.cta-group { + display: flex; + gap: 0.5rem; + flex-wrap: wrap; +} diff --git a/app/templates/index.hbs b/app/templates/index.hbs index 0254247e..6ee191bd 100644 --- a/app/templates/index.hbs +++ b/app/templates/index.hbs @@ -5,7 +5,12 @@

A framework for ambitious
web developers.

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

- Read the Tutorial +
+ Get started + Read the full tutorial +
+ +
@@ -281,4 +286,4 @@ - + \ No newline at end of file