Skip to content

Commit

Permalink
Adjusted styles for issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcgauld committed Apr 9, 2014
1 parent d2010cf commit c87f7aa
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ ul, p {
color: #888888;
font-size: 1rem;
margin: 0 auto 2rem;
max-width: 30rem;
}

p.lead {
Expand All @@ -63,6 +62,10 @@ p.dark {
color: #333333;
}

h1, p.author {
text-align: center;
}

ul {
list-style-position: inside;
padding: 0;
Expand Down Expand Up @@ -116,23 +119,30 @@ label {
}

#container {
max-width: 39rem;
max-width: 42rem;
margin: 5rem auto;
padding: 0 2rem;
text-align: center;
text-align: left;
}

.logo {
width: 130px;
opacity: 0.8;
margin: 0 0 1.5rem;
display: block;
margin: 0 auto 1.5rem;
}

.clear {
clear: both;
}

#results {
background: #ffffff;
}

div.entity:nth-child(2n) {
background: #f8f8f8;
}



Expand All @@ -142,14 +152,14 @@ label {

div.entity {
clear: both;
margin: 0 0 1rem;
padding: 0;
margin: 0;
padding: 0.8rem 1rem;
position: relative;
}

div.entity div.html {
float: left;
font-size: 300%;
font-size: 260%;
width: 60px;
text-align: center;
}
Expand Down

0 comments on commit c87f7aa

Please sign in to comment.