From 11e3c8a40bbc9735a4e6ec6191e87cd7c33014fb Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 8 Apr 2020 19:29:28 +0200 Subject: [PATCH] Remove padding modifiers --- app/assets/stylesheets/application.css.scss | 3 +- app/views/home/index.html.erb | 2 +- app/views/layouts/application.html.erb | 70 ++++++++++++--------- 3 files changed, 41 insertions(+), 34 deletions(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 5ce9c17..3f248e1 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -36,5 +36,4 @@ $family-secondary: 'Comfortaa', cursive; body { min-height: 100vh; -} -@import 'bulma-helpers/bulma-helpers'; \ No newline at end of file +} \ No newline at end of file diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 75d1488..5be9a9b 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,6 +1,6 @@
-
+

Welcome

diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 5f2d015..feb59bb 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -12,43 +12,51 @@ -
-
-
- -
+
+ +
+ <%= yield %> +
-
- <%= yield %> -
\ No newline at end of file