Rename site.logo to site.og_image

This commit is contained in:
Michael Rose
2016-04-06 15:50:10 -04:00
parent 6738fa4cbb
commit 2808bd322c
5 changed files with 10 additions and 12 deletions

View File

@ -114,12 +114,6 @@ a {
&:active {
outline: 0;
}
&:hover {
img {
box-shadow: 0 0 10px rgba(#000, 0.25);
}
}
}
/* code */

View File

@ -78,6 +78,10 @@
&:hover {
text-decoration: underline;
img {
box-shadow: 0 0 10px rgba(#000, 0.25);
}
}
}

File diff suppressed because one or more lines are too long