Updated contact page with icons. Closes #8

This commit is contained in:
Felipe M 2018-03-24 17:17:37 +01:00
parent 6339f6e05f
commit 17e75f5eb6
Signed by: fmartingr
GPG key ID: 716BC147715E716F
6 changed files with 56 additions and 8 deletions

View file

@ -1,6 +1,6 @@
body
font-family: "Antic Slab"
font-size: 20px
font-size: $font-size-normal
line-height: 1.5em
.center
@ -47,6 +47,12 @@ p:first-child
.text-right
text-align: right
.text-size-normal
font-size: $font-size-normal
.text-size-enormous
font-size: $font-size-enormous
.float-right
float: right
@ -56,6 +62,9 @@ p:first-child
.clearfloat
clear: both
.display-block
display: block
.block-info
background-color: lightblue
padding: 12px