aboutsummaryrefslogtreecommitdiff
path: root/assets/sass/components/_section.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assets/sass/components/_section.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/sass/components/_section.scss b/assets/sass/components/_section.scss
new file mode 100644
index 0000000..d8ba58b
--- /dev/null
+++ b/assets/sass/components/_section.scss
@@ -0,0 +1,21 @@
+///
+/// Big Picture by Pixelarity
+/// pixelarity.com | hello@pixelarity.com
+/// License: pixelarity.com/license
+///
+
+/* Sections/Article */
+
+ header {
+ margin-bottom: 1em;
+
+ p {
+ display: block;
+ margin: 1em 0 0 0;
+ padding: 0 0 0.5em 0;
+ }
+ }
+
+ footer {
+ margin-top: 2em;
+ } \ No newline at end of file