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

@ -8,7 +8,7 @@ $pad: 20px
margin: 0 0 $pad 0
&:after
/* Or @extend clearfix
// Or @extend clearfix
content: ""
display: table
clear: both
@ -35,7 +35,7 @@ $pad: 20px
.col-1-8
width: 12.5%
/* Opt-in outside padding
// Opt-in outside padding
.grid-pad
padding: $pad 0 $pad $pad

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

View file

@ -1,3 +1,6 @@
$red: #c24e4a
$lightgray: #f6f6f6
$darkgray: #e9e9e9
$font-size-normal: 20px
$font-size-enormous: 5em