diff options
| author | Tyler Mercier <tylermercier@gmail.com> | 2013-07-29 15:47:05 -0600 |
|---|---|---|
| committer | Tyler Mercier <tylermercier@gmail.com> | 2013-07-29 15:47:05 -0600 |
| commit | 6f173323b63e92904b64e470f58e5c4129efad96 (patch) | |
| tree | 7cc2b34cc0e9a6141dd804d77cf56ee8aa5cdb9f | |
| parent | 478ca9a455954eb6bf6e582f97034db03d359867 (diff) | |
bumped up the font size for privacy policy
| -rw-r--r-- | app/assets/stylesheets/custom.css.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss index 2eb3d79..a41187c 100644 --- a/app/assets/stylesheets/custom.css.scss +++ b/app/assets/stylesheets/custom.css.scss @@ -19,16 +19,16 @@ footer { .row { margin: 0 auto; } - a{ + a { color: white; - &:hover{ + &:hover { text-decoration: underline; } } } } -h1#logo{ +h1#logo { background: transparent asset-url('utility-belt/logo.png') no-repeat 0 0; width: 313px; height: 86px; @@ -43,9 +43,9 @@ h2 { color: #333; } -a{ +a { color: $green; - &:hover{ + &:hover { color: $lightgreen; text-decoration: none; } @@ -110,6 +110,6 @@ a{ font: 36px/48px "Helvetica Neue"; } p { - font: 14px/18px "Helvetica Neue"; + font: 20px/24px "Helvetica Neue"; } } |
