summaryrefslogtreecommitdiffstats
path: root/scss/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/style.scss')
-rw-r--r--scss/style.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index d45d59b..fb4a4cf 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -58,3 +58,26 @@
margin-top: 20px;
margin-bottom: 20px;
}
+
+// Join
+.fellowship-type {
+ border: 2px solid $fsfi-dbrown;
+ margin-bottom: 15px;
+
+ .content header {
+ margin-bottom: 10px;
+ }
+
+ .content h1 {
+ font-size: 1.1em;
+ }
+
+ .content p {
+ margin-bottom: 2px;
+ }
+
+ .content ul {
+ margin-top: 3px;
+ margin-bottom: 3px;
+ }
+}