website/assets/sass/pages/_contact.sass

40 lines
546 B
Sass
Raw Permalink Normal View History

2015-08-30 12:34:43 -04:00
#contact-header
2016-11-29 18:03:31 -05:00
margin-top: -20px
text-align: center
2016-11-18 12:36:33 -05:00
2016-11-29 18:03:31 -05:00
h1
color: white
font:
size: 34px
weight: bold
2015-08-30 12:34:43 -04:00
#contact-info
2016-11-29 18:03:31 -05:00
.card
max-width: 680px
margin-top: 15px
padding:
top: 20px
bottom: 20px
background: #f0f0f0
a,
p,
h3
text-align: center
font-size: 20px
p
padding: 5px
color: #212121
a
color: darkred
text-decoration: none
+transition(color 200ms ease-in-out)
&:hover
color: red
h3
margin-bottom: 15px