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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue