Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions public/css/poole-www.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
html {
font-family: "PT Serif", Georgia, "Times New Roman", serif;
}

body {
padding: 2rem 1rem;
color: #93979e;
Expand All @@ -11,6 +12,7 @@ body {
a {
color: #fff;
}

a:hover,
a:focus {
text-decoration: none;
Expand All @@ -24,6 +26,7 @@ a:focus {
border: .1rem solid #32343c;
border-radius: .1rem;
}

.btn:hover,
.btn:focus {
color: #26282d;
Expand All @@ -35,20 +38,18 @@ h1, h2, h3 {
color: #fff;
}

.header {
}
.header-title {
display: inline-block;
padding: .5rem 1.5rem;
margin-bottom: 1rem;
border: .2rem solid #32343c;
border-radius: .1rem;
}

.header-lead {
margin-bottom: 0;
}


hr {
max-width: 6rem;
margin: 3rem auto;
Expand All @@ -61,11 +62,26 @@ hr {
text-align: center;
padding: 0 2rem;
}

.theme {
float: left;
width: 50%;
padding: 0 1rem;
}

.theme:first-child {
margin-bottom: 3.5rem;
}

.theme h3 {
margin-top: 1rem;
}

@media (min-width: 640px) {
.theme {
float: left;
width: 50%;
}

.theme:first-child {
margin-bottom: 0;
}
}