- {{ .Content }}
+
+
+
+
+ {{ partial "menu" . }}
+
+
+
+ {{ .Content }}
- {{ partial "disqus.html" . }}
+ {{ partial "disqus.html" . }}
+
diff --git a/src/main.scss b/src/main.scss
index ead0dbc..ae845fb 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -42,23 +42,19 @@
}
}
-.page{
- margin: 2em auto;
+.page .card{
+ margin-bottom: 2em;
- .card{
- margin-bottom: 2em;
+ background-color: #fff;
+ box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
+ color: #4a4a4a;
+ max-width: 100%;
+ position: relative;
+ border: none;
+ border-radius: 0.2em;
- background-color: #fff;
- box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
- color: #4a4a4a;
- max-width: 100%;
- position: relative;
- border: none;
- border-radius: 0.2em;
-
- .media-content a{
- display: block;
- }
+ .media-content a{
+ display: block;
}
}
@@ -122,4 +118,4 @@
right: 0;
z-index: 1;
opacity: 1;
-}
\ No newline at end of file
+}