New logo and font and a few other minor things

This commit is contained in:
Godwin
2014-07-09 23:04:52 -06:00
parent 41165891b5
commit 623445411a
13 changed files with 68 additions and 24 deletions
+1
View File
@@ -216,6 +216,7 @@ ul.tags,
max-width: 90%;
max-height: 66.667%;
z-index: 1;
-webkit-transform: translate3d(0,0,0);
}
}
+17 -3
View File
@@ -26,6 +26,7 @@ body {
.button {
width: 29%;
margin: 0;
clear: left;
&.logo {
background-color: $white;
@@ -33,14 +34,22 @@ body {
border: 0;
padding: 0;
vertical-align: top;
overflow: auto;
/*svg {
float: left;
width: 50%;
}*/
.logo {
width: auto;
height: 2.4em;
fill: $primary-color;
}
.logo-text {
display: none;
fill: $black;
}
&:hover {
@@ -72,19 +81,24 @@ body {
margin: 0 0 1.25rem;
&.logo {
position: relative;
width: 100%;
margin-bottom: 2em;
.logo {
float: left;
width: 40%;
width: 51%;
height: 100%;
margin-right: 5%;
}
img.logo {
height: auto;
margin-right: 10%;
}
.logo-text {
display: block;
width: 50%;
width: 44%;
}
}
}
@@ -528,3 +528,7 @@ input:-webkit-autofill {
}
}
}
svg {
height: 0%;
}