diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 8 |
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; |
