summaryrefslogtreecommitdiffstats
path: root/sass/parts
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts')
-rw-r--r--sass/parts/_article.scss3
-rw-r--r--sass/parts/_page.scss3
-rw-r--r--sass/parts/_post.scss5
3 files changed, 8 insertions, 3 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss
index aa0233f..f4b6e62 100644
--- a/sass/parts/_article.scss
+++ b/sass/parts/_article.scss
@@ -3,9 +3,6 @@ article{
border-top: 1px solid $light-shadow;
padding: 30px 0;
position: relative;
- h1.title, .entry{
- margin-left: 200px;
- }
h1.title{
font-size: 25px;
font-weight: 300;
diff --git a/sass/parts/_page.scss b/sass/parts/_page.scss
new file mode 100644
index 0000000..e219789
--- /dev/null
+++ b/sass/parts/_page.scss
@@ -0,0 +1,3 @@
+.page{
+
+} \ No newline at end of file
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss
new file mode 100644
index 0000000..bbd6029
--- /dev/null
+++ b/sass/parts/_post.scss
@@ -0,0 +1,5 @@
+.post{
+ h1.title, .entry{
+ margin-left: 200px;
+ }
+} \ No newline at end of file