feat: add new items at the top instead of at the bottom

This commit is contained in:
Joshua Seigler 2016-09-09 21:00:33 -04:00
parent 9132463310
commit 21bc8e1540
2 changed files with 5 additions and 9 deletions

View file

@ -3,6 +3,7 @@ body {
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
font-size: 140%;
background-image: linear-gradient(to bottom right, hsl(208, 73%, 43%), hsl(208, 86.5%, 21.5%));
background-color: hsl(208, 73%, 43%);
color: white;
@ -66,7 +67,7 @@ a {
.blockDivider {
display: block;
margin: -2em -1em 1em;
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.125));
background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.125));
padding: 2.5em 1em 0;
color: rgba(0,0,0,0);
text-align: center;