Update style.scss

This commit is contained in:
Joyce Chen
2017-06-18 08:56:44 -04:00
committed by GitHub
parent c9953cccfa
commit 58ad2ee50f

View File

@@ -3,12 +3,12 @@
@import "{{ site.theme }}"; @import "{{ site.theme }}";
footer { footer {
position: default; position: static !important;
} }
section { section {
width: auto; width: auto;
} }
header { header {
width: auto; width: auto;
position: auto !important; position: static !important;
} }