Fixed pixel, added style to logo
This commit is contained in:
parent
df87f5f4e6
commit
b6283e8c32
3 changed files with 7 additions and 2 deletions
|
@ -110,3 +110,7 @@ footer ul li {
|
||||||
text-align: bottom;
|
text-align: bottom;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.nav-logo{
|
||||||
|
margin:10px;
|
||||||
|
font-size:30px;
|
||||||
|
}
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
// They will automatically be included in application.css.
|
// They will automatically be included in application.css.
|
||||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||||
.form-control.input-lg{
|
.form-control.input-lg{
|
||||||
height:65px;
|
height:66px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.big-form-button{
|
.big-form-button{
|
||||||
height:65px;
|
height:65px;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<%= link_to "Taþ", root_path, class: "navbar-brand" %>
|
<%= link_to "Taþ", root_path, class: "navbar-brand nav-logo" %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||||
|
|
Loading…
Reference in a new issue