summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Mercier <tylermercier@gmail.com>2013-07-29 15:47:05 -0600
committerTyler Mercier <tylermercier@gmail.com>2013-07-29 15:47:05 -0600
commit6f173323b63e92904b64e470f58e5c4129efad96 (patch)
tree7cc2b34cc0e9a6141dd804d77cf56ee8aa5cdb9f
parent478ca9a455954eb6bf6e582f97034db03d359867 (diff)
bumped up the font size for privacy policy
-rw-r--r--app/assets/stylesheets/custom.css.scss12
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";
}
}