Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés González committed Sep 14, 2015
1 parent b9cd951 commit 5bb2a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ html,body {
}

body {
max-width: 1600px;
margin: 0 auto;
font-family: "Fira Sans", Georgia, serif;
background: #EEE;
-webkit-font-smoothing: antialiased;
Expand Down
2 changes: 1 addition & 1 deletion app/views/home/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
h2
| Suggestions for getting started
#get-started.box-button
.btn.huge.green click here!
.btn.huge.blue click here!
ul.tooltip-getstarted.bottom
li
a.gotomap (href="/map" data-dialog="regular_dialog" data-ga="Explore map")
Expand Down

0 comments on commit 5bb2a27

Please sign in to comment.