diff --git a/src/app/pages/learning/learning.component.html b/src/app/pages/learning/learning.component.html index 3e0d353..651c308 100644 --- a/src/app/pages/learning/learning.component.html +++ b/src/app/pages/learning/learning.component.html @@ -108,4 +108,5 @@ It’s time to hit the mountain and have fun! Be careful not to bump into too many spectators along the way. :) + diff --git a/src/app/pages/learning/learning.component.scss b/src/app/pages/learning/learning.component.scss index 6d0d248..035bce9 100644 --- a/src/app/pages/learning/learning.component.scss +++ b/src/app/pages/learning/learning.component.scss @@ -3,4 +3,8 @@ flex: 1 1 auto; flex-direction: column; padding: 1rem; + + .retro-button { + margin-top: 2rem; + } }