summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-17 17:35:33 -0500
committerryderr <r@okfoc.us>2014-11-17 17:35:33 -0500
commit37466ff2c09432f27a96f7a33dc041175847f6d6 (patch)
tree288648cf7f9a0072ec7ec41dbd9c1f3b556dafe0
parentb60a065fc76706a835b1957cfcac8831daa5480c (diff)
learn button
-rwxr-xr-xpublic/assets/stylesheets/app.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 820c631..cf11b1a 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -855,11 +855,13 @@ iframe.embed {
transition:0.2s background;
}
.greenbtn.learn {
- width: 80%;
+ width: 60%;
clear: both;
- font-size: 30px;
+ font-size: 26px;
font-weight: 300;
- margin: 110px 10% 0 10%;
+ margin: 140px 0% 0 20%;
+ background: #0054ff;
+ padding: 20px 0;
}
.greenbtn:hover{
background:black;