aboutsummaryrefslogtreecommitdiff
path: root/app/assets/sass/_page.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/sass/_page.scss')
-rw-r--r--app/assets/sass/_page.scss25
1 files changed, 24 insertions, 1 deletions
diff --git a/app/assets/sass/_page.scss b/app/assets/sass/_page.scss
index 6c4e87b..f236f3f 100644
--- a/app/assets/sass/_page.scss
+++ b/app/assets/sass/_page.scss
@@ -4,10 +4,33 @@
width: $page-width;
min-height: 600px;
+ em {
+ font-style: italic;
+ }
+}
+
+.page-content {
h2 {
font-size: round($font-size-base * 2);
- margin-bottom: $padding-base;
+ line-height: 2;
}
+ h3 {
+ font-size: round($font-size-base * 1.7);
+ margin-top: $padding-xl;
+ line-height: 2;
+ }
+
+ p, ul {
+ font-size: round($font-size-base * 1.2);
+ line-height: 1.5;
+ margin-bottom: $padding-xl;
+ }
+
+ ul {
+ list-style-type: disc;
+ position: relative;
+ left: $padding-xl;
+ }
}
.page-stretch {