aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/_info.scss
diff options
context:
space:
mode:
authorVeikka Kähkönen <insiding@gmail.com>2017-11-28 15:52:07 +0200
committerVeikka Kähkönen <insiding@gmail.com>2017-11-28 15:52:07 +0200
commit6f0bbb90af95be29f651d541926473fcc59da07f (patch)
treebeb5ce84c6c486f5f7b1aba5d31cf1c8028c75f5 /_sass/_info.scss
parente584113161f74407f70206fafceb81812f544d27 (diff)
Restructure index page
Diffstat (limited to '_sass/_info.scss')
-rw-r--r--_sass/_info.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/_sass/_info.scss b/_sass/_info.scss
new file mode 100644
index 0000000..7c6e256
--- /dev/null
+++ b/_sass/_info.scss
@@ -0,0 +1,9 @@
+.info_section {
+ margin-bottom: 1.5em;
+}
+
+.info_section__title {
+ background-color: $purple_color;
+ color: white;
+ padding: 0.4em;
+}