diff --git a/_includes/head.html b/_includes/head.html
index 3d2bace..fddc47b 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -2,6 +2,9 @@
+
+
Web Development and Productivity Hacks | {{site.title}}
+
diff --git a/assets/main.scss b/assets/main.scss
index fc551f4..6d60a93 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -4,6 +4,13 @@
@import "minima";
+* {
+ text-shadow: 1px 1px 1px rgba(0,0,0,.004)!important;
+ -webkit-font-smoothing: antialiased!important;
+ -moz-osx-font-smoothing: grayscale!important;
+ text-rendering: optimizelegibility!important;
+}
+
html,
body {
-webkit-box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
@@ -123,6 +130,7 @@ article .post-content p {
#mc_embed_signup input {
padding: 15px !important;
font-size: 16px !important;
+ font-weight: bold;
height: 60px !important;
border-radius: 3.2px !important;
}
@@ -132,12 +140,18 @@ article .post-content p {
}
@media screen and (max-width: 600px) {
+ .jumbotron {
+ padding: 30px 0;
+ }
+
.jumbotron #mc_embed_signup label{
font-size: 24px;
}
#mc_embed_signup input {
margin: 0 20px !important;
width: calc(100% - 40px) !important;
+ height: 50px !important;
+ padding: 10px !important;
}
.site-nav {
background-color: rgba(141,191,66,.97)!important;