Updated contact page with icons. Closes #8
This commit is contained in:
parent
6339f6e05f
commit
17e75f5eb6
6 changed files with 56 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
$red: #c24e4a
|
||||
$lightgray: #f6f6f6
|
||||
$darkgray: #e9e9e9
|
||||
|
||||
$font-size-normal: 20px
|
||||
$font-size-enormous: 5em
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue