Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 14, 2019
1 parent 0691b51 commit 1cc916c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions assets/sass/_represent-styles.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
.site-title {
margin-left: 0;
}
@media (min-width: 33.75em) {
.site-title {
margin-left: 0;
}
}

pre code {
white-space: pre;
}
Expand Down Expand Up @@ -107,11 +98,18 @@ pre code {
}
}

.final-call-to-action{
.final-call-to-action {
.button--primary {
font-size: 1.5em;
}
p {
margin-top: 1em;
}
}

.site-title {
margin-left: 0;
@media (min-width: $medium-screen) {
margin-left: 0;
}
}
Loading

0 comments on commit 1cc916c

Please sign in to comment.