From cb34a034b917f6b43eec4ff54c47cde7ebc031d4 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Mon, 30 Dec 2019 11:59:05 +0100 Subject: [PATCH] fonts --- app/assets/stylesheets/main.css.erb | 4 ++-- app/views/site/index.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/main.css.erb b/app/assets/stylesheets/main.css.erb index 976f865..e5100ef 100644 --- a/app/assets/stylesheets/main.css.erb +++ b/app/assets/stylesheets/main.css.erb @@ -1432,7 +1432,7 @@ input, select, textarea { .check-list li { padding: 0.7em 0 0.7em 45px; - font-size: 1.2em; + font-size: 1.8em; background: url("<%= asset_path('icon-checkmark.png') %>") 0px 1.05em no-repeat; } @@ -1978,7 +1978,7 @@ input, select, textarea { } .check-list li { - font-size: 1em; + font-size: 1.6em; } .button-large { diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index f6ccc71..144a893 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -64,7 +64,7 @@
  • Prawidłowa procedura wykonania i odbioru robót

  • -

    Jeżeli jeszcze tego nie zrobiłeś, to po prostu zapisz się do newslettera, a informacje na temat tego kursu cię nie ominą.

    +

    Jeżeli jeszcze tego nie zrobiłeś, to po prostu zapisz się do newslettera, a informacje na temat tego kursu cię nie ominą.

    <%= link_to 'Zapisz się', { controller: :newsletter, action: :new }, { remote: false, class: "button-large", style: 'color:white;' } %>