diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index b618612..3a2f8a4 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -110,3 +110,7 @@ footer ul li { text-align: bottom; } +.nav-logo{ + margin:10px; + font-size:30px; +} diff --git a/app/assets/stylesheets/orders.css.scss b/app/assets/stylesheets/orders.css.scss index 81aa38a..70d4b99 100644 --- a/app/assets/stylesheets/orders.css.scss +++ b/app/assets/stylesheets/orders.css.scss @@ -2,7 +2,8 @@ // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ .form-control.input-lg{ - height:65px; + height:66px; + text-align: center; } .big-form-button{ height:65px; diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index e156b18..c7bcd90 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -7,7 +7,7 @@ - <%= link_to "Taþ", root_path, class: "navbar-brand" %> + <%= link_to "Taþ", root_path, class: "navbar-brand nav-logo" %>