diff --git a/assets/sass/_layout.scss b/assets/sass/_layout.scss
index 769b83e..12a07ce 100644
--- a/assets/sass/_layout.scss
+++ b/assets/sass/_layout.scss
@@ -15,7 +15,6 @@ html,body {
}
-
img {
max-width: 100%;
}
@@ -31,15 +30,20 @@ img {
margin-top: 10px;
}
.mt25 {
- margin-top: 0;
+ margin-top: 10;
@include media-query($on-palm) {
margin-top: 25px;
}
}
-.p20{
+.p10 {
+ padding: 10px 0;
+}
+
+.p20 {
padding: 20px 0;
}
+
.navbar-brand {
font-weight: 900;
font-size: 1.85em;
@@ -55,9 +59,9 @@ img {
.panel {
margin-bottom: 2em;
- border: none;
- box-shadow: 0 0 1px rgba(0,0,0,.4);
- transition: all 0.3s ease;
+ border: none;
+ box-shadow: 0 0 1px rgba(0,0,0,.4);
+ transition: all 0.3s ease;
&:hover, &:focus, &:active {
box-shadow:
0px 1px 0px #ccc,
@@ -80,8 +84,6 @@ img {
}
-
-
footer {
border-top: 1px solid $grey-color-light;
}
@@ -90,8 +92,8 @@ footer {
list-style: none;
display: inline;
margin-left: 10px;
- padding: 5px 8px;
- font-size: 1.25em;
+ padding: 4px 3px;
+ font-size: 1.4em;
}
.social:hover {
opacity: 0.7;
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ba4014d..d543601 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -17,9 +17,6 @@
- {{ with .Site.Params.analytics }}
- {{ partial "analytics.html" . }}
- {{ end }}