Skip to content

Commit

Permalink
Tidy up initial page
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Jan 13, 2016
1 parent 5671790 commit fc74e73
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions app/styles/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,17 @@ body {
line-height: 1em;
font-size: 3em;
text-align: center !important;
font-variant: small-caps;

&:first-letter {
margin-right: -0.05em;
}

em {
display: inline-block;
font-style: normal;
opacity: .5;
margin-left: -0.05em;
}
}

Expand Down Expand Up @@ -294,7 +300,7 @@ small {
}

.blurb {
font-size: 1.25em;
font-size: 1.125em;
line-height: 1.45em;
margin: 0 0 .5em;
}
Expand All @@ -306,10 +312,6 @@ footer {
border-top: thin solid rgba(black, 0.2);
text-align: center;

a {

}

small {
margin-top: 1.5em;
font-size: 1.125em;
Expand Down Expand Up @@ -377,13 +379,18 @@ footer {
max-width: 500px;
margin: auto;
text-align: center;

a {
color: inherit;
font-family: "Playfair Display", $serif-stack;
}
}

.page-header {
position: relative;
transform: none !important;
border: 0;
padding-right: 0;
padding: 0 2em;
max-width: 400px;
margin: auto;

Expand All @@ -398,7 +405,7 @@ footer {
}

button {
right: -0.25em;
width: 3em;
}
}

Expand All @@ -417,7 +424,7 @@ footer {
margin-top: 1.5em;
}

@media (min-height: 768px) {
@media (min-height: 600px) and (min-width: 600px) {
#menu {
display: none;
}
Expand All @@ -433,9 +440,13 @@ footer {
}

@media (max-width: 600px) {

#content {
font-size: 1em;
}

.logo {
margin-top: 0.5em;
margin-bottom: 2.5em;
}

footer {
Expand Down

0 comments on commit fc74e73

Please sign in to comment.