Moved the contact page header up

This commit is contained in:
Gregory Ballantine 2016-11-18 12:36:33 -05:00
parent 9d4b357439
commit 49db3be81a
2 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,7 @@
#contact-header #contact-header
margin-top: -20px
text-align: center text-align: center
h1 h1
color: white color: white
font: font:
@ -18,24 +19,24 @@
hr hr
border-color: #666 border-color: #666
a, a,
p, p,
h3 h3
text-align: center text-align: center
font-size: 20px font-size: 20px
p p
padding: 5px padding: 5px
color: #212121 color: #212121
a a
color: darkred color: darkred
text-decoration: none text-decoration: none
+transition(color 200ms ease-in-out) +transition(color 200ms ease-in-out)
&:hover &:hover
color: red color: red
h3 h3
margin-bottom: 15px margin-bottom: 15px

File diff suppressed because one or more lines are too long