summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-01-07 14:34:41 -0500
committerJules Laplace <jules@okfoc.us>2015-01-07 14:40:10 -0500
commit9c6f8f8568d20d75eb22955dbf2752ea777e59f8 (patch)
tree26a87018e7aa8794c96bd00ddfaed1472d2964b7 /public
parent2d4ed7d888727e1b973c2581b694d900e30c2ebd (diff)
stub in brochure page
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index aecd6be..0463e26 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -673,7 +673,21 @@ iframe.embed {
font-weight: 300;
}
+.aboutintro {
+ text-align: center;
+ line-height: 43px;
+ font-size: 24px;
+ padding: 5% 0;
+ font-weight: 300;
+}
+.aboutintro .inner {
+ max-width: 800px;
+ margin: 0 auto;
+ text-align: center;
+}
+
/* PROFILE PAGE */
+
.profilePic {
background-size: cover;
background-position: center;