summaryrefslogtreecommitdiffstats
path: root/scss/style.scss
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-03 19:22:12 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-03 19:22:12 -0400
commit70a262c3deb0a4e84f563750d882a442f03e5ced (patch)
treeae206a8b55d4b22a799ef23e880d1249c55891f7 /scss/style.scss
parent3ab4fcd3e6c6e5e9fc5664c4b1c317287f389db8 (diff)
scss/style.scss: Add .fellowship-type.
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;
+ }
+}