Bump jQuery, fix emoji CSS

This commit is contained in:
Adam Hollett
2016-11-09 09:02:51 -05:00
parent 4e42b08f3c
commit fd98f82a07
5 changed files with 11 additions and 7 deletions
+3 -2
View File
@@ -63,6 +63,7 @@
==============================================================================*/
.menu-button {
display: inline-block;
font-size: $small-font-size;
background: none;
border: none;
margin: $spacing-unit / 2 0 $spacing-unit / 2 ($spacing-unit / 4 * -1);
@@ -75,8 +76,8 @@
svg {
margin-right: $spacing-unit / 4;
width: $base-font-size * 1.2;
height: $base-font-size * 1.2;
width: $base-font-size;
height: $base-font-size;
vertical-align: middle;
}
+1 -1
View File
@@ -9,7 +9,7 @@
font-size: 4em;
&:after {
content: '💧';
content: '\01F4A7'; // Water droplet emoji
vertical-align: middle;
}
+1 -1
View File
@@ -78,7 +78,7 @@ body {
border-bottom: 1px solid $color-blue-4;
&:after {
content: '💧';
content: '\01F4A7'; // Water droplet emoji
vertical-align: middle;
}