Front page, collections, about

This commit is contained in:
Madison Scott-Clary
2017-09-06 21:48:07 -06:00
parent 4d3b632cd1
commit 2d8d1014e2
24 changed files with 1734 additions and 71 deletions

View File

@ -1,5 +1,5 @@
.post-card-box {
margin: 100px 0 100px;
margin: 20px 0 20px;
padding: 0;
li {
@ -8,6 +8,7 @@
float: left;
width: 50%;
transition: all .3s;
padding: 0 10px 10px 0;
&:hover {
opacity: 0.9;
}