Skip to content

Commit 5883b70

Browse files
committed
Put winnings in p tags
1 parent 4577fac commit 5883b70

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ <h4 class="media-heading">Robb Lewis</h4>
7575
<div class="well well-sm clearfix">
7676
<div class="row winnings">
7777
<div class="col-md-10 col-md-offset-1">
78-
<ul class="winnings__list">
79-
<li><i class="fa fa-trophy"></i> <a href="https://twitter.com/rmlewisuk/status/614169436191346688">Pub Hack #4</a>: Most Likely to Receive a Lawsuit for <a href="https://github.com/DevsDoDesign/Knockoffia">Knockoffia</a></li>
80-
<li><i class="fa fa-trophy"></i> <a href="http://www.pubhack.co.uk/pubhack-3-results/">Pub Hack #3</a>: Most Original Concept for <a href="https://github.com/DevsDoDesign/CrapChat">Crapchat</a></li>
81-
<li><i class="fa fa-trophy"></i> <a href="http://www.pubhack.co.uk/pubhack-1-results-report/">Pub Hack #1</a>: Most Likely to Commercially Succeed for <a href="http://blownover.devsdodesign.com">Has it Blown Over Yet?</a></li>
82-
</ul>
78+
<p><i class="fa fa-trophy"></i> <a href="https://twitter.com/rmlewisuk/status/614169436191346688">Pub Hack #4</a>: Most Likely to Receive a Lawsuit for <a href="https://github.com/DevsDoDesign/Knockoffia">Knockoffia</a></p>
79+
<p><i class="fa fa-trophy"></i> <a href="http://www.pubhack.co.uk/pubhack-3-results/">Pub Hack #3</a>: Most Original Concept for <a href="https://github.com/DevsDoDesign/CrapChat">Crapchat</a></p>
80+
<p><i class="fa fa-trophy"></i> <a href="http://www.pubhack.co.uk/pubhack-1-results-report/">Pub Hack #1</a>: Most Likely to Commercially Succeed for <a href="http://blownover.devsdodesign.com">Has it Blown Over Yet?</a></p>
8381
</div>
8482
</div>
8583
</div>

style.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ code {
6767
text-align: center;
6868
}
6969

70-
.winnings__list {
71-
list-style-type: none;
72-
}
73-
74-
.winnings__list li {
75-
padding: 5px 0;
76-
}
77-
7870
.fa-trophy {
7971
color: #F4BB2D;
8072
}

0 commit comments

Comments
 (0)