diff --git a/views/homepage.erb b/views/homepage.erb index b122e3e3f..1080d1dea 100644 --- a/views/homepage.erb +++ b/views/homepage.erb @@ -9,7 +9,8 @@
2.6 million pieces of data so far, including:
Social media profiles diff --git a/views/sass/_custom.scss b/views/sass/_custom.scss index ae0872426..6ba36c346 100644 --- a/views/sass/_custom.scss +++ b/views/sass/_custom.scss @@ -108,15 +108,15 @@ } .homepage-data-example { + text-align: center; + h2 { font-size: 1.8em; - text-align: center; - margin-bottom: 0.7em; } } .homepage-data-example__toggles { - text-align: center; + margin-top: 1em; .section-toggle { color: $colour_links; diff --git a/views/sass/_person-cards.scss b/views/sass/_person-cards.scss index ee4cf4424..df740cca3 100644 --- a/views/sass/_person-cards.scss +++ b/views/sass/_person-cards.scss @@ -1,6 +1,7 @@ .person-card { background: #fff; box-shadow: 0 1px 1px rgba(0,0,0,0.2); + text-align: left; } .person-card__primary,