commit
f2626ef16f
3 changed files with 7 additions and 2 deletions
|
@ -110,3 +110,7 @@ footer ul li {
|
|||
text-align: bottom;
|
||||
|
||||
}
|
||||
.nav-logo{
|
||||
margin:10px;
|
||||
font-size:30px;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<%= link_to "Taþ", root_path, class: "navbar-brand" %>
|
||||
<%= link_to "Taþ", root_path, class: "navbar-brand nav-logo" %>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
|
|
Loading…
Reference in a new issue