Merge branch 'master' into tags

This commit is contained in:
atomiks
2018-03-03 17:12:50 +10:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
.header {
position: relative;
padding: 5rem 1rem 4rem;
background: linear-gradient(#5cd2ff, #5b67ff, #681ae4);
background: #5b67ff;
background: linear-gradient(45deg, #5cd2ff, #5b67ff, #681ae4);
color: white;
margin-bottom: 2rem;
text-align: center;