docs: change header gradient angle and add fallback

This commit is contained in:
atomiks
2018-03-03 17:01:15 +10:00
parent 6d9560aad8
commit c558b58b2b
3 changed files with 12 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;