Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Updated to fix positioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrydn committed Nov 30, 2012
1 parent 43c0edf commit 29f701c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 8 additions & 3 deletions css/style.css
Expand Up @@ -113,11 +113,16 @@
margin: 40px 0 10px 0;
}

section.content section.who p {
font-size: 14px;
line-height: 18px;
section.content section.who {

}

section.content section.who p {
font-size: 14px;
line-height: 18px;
min-height: 70px;
}

section.content section.who dl dt {
font-size: 14px;
font-weight: normal;
Expand Down
2 changes: 0 additions & 2 deletions index.html
Expand Up @@ -123,7 +123,6 @@ <h3>Who's behind this?</h3>
<div class="span9">
<h4>James Dryden</h4>
<p>James is a Stage 2 Computer Science student &amp; a web developer.</p>
<br/>
<dl>
<dt>Email</dt>
<dd><a href="mailto:james@kenthack.com">james@kenthack.com</a></dd>
Expand Down Expand Up @@ -160,7 +159,6 @@ <h4>Rebecca Arnold</h4>
<div class="span9">
<h4>Matt House</h4>
<p>Matt is a Stage 2 Computer Science student &amp; an entrepreneur.</p>
<br/>
<dl>
<dt>Email</dt>
<dd><a href="mailto:matt@kenthack.com">matt@kenthack.com</a></dd>
Expand Down

0 comments on commit 29f701c

Please sign in to comment.