aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/src/Layout.purs17
-rw-r--r--static/css/about/main.css6
-rw-r--r--static/css/main.css2
3 files changed, 15 insertions, 10 deletions
diff --git a/frontend/src/Layout.purs b/frontend/src/Layout.purs
index da5b55e..ff81103 100644
--- a/frontend/src/Layout.purs
+++ b/frontend/src/Layout.purs
@@ -79,6 +79,7 @@ navbar state =
[ div
[ className "nav-wrapper container" ]
[ link "/" [ className "brand-logo", id_ "logo-container" ] [ text "Christine Dodrill" ]
+ , H.link [ rel "stylesheet", href "/static/css/about/main.css" ] []
, ul
[ className "right hide-on-med-and-down" ]
[ li [] [ link "/blog" [] [ text "Blog" ] ]
@@ -134,14 +135,14 @@ index =
div
[ className "row panel" ]
[ documentTitle [ title "Christine Dodrill" ] []
- , H.link [ rel "stylesheet", href "/static/css/about/main.css" ] []
- , div
- [ className "col m4 bg_blur valign-wrapper center-align" ]
- [ div
- [ className "valign center-align fb_wrap" ]
- [ link "/contact"
- [ className "btn follow_btn" ]
- [ text "Contact Me" ]
+ , div [] [ div
+ [ className "col m4 bg_blur valign-wrapper center-align" ]
+ [ div
+ [ className "valign center-align fb_wrap" ]
+ [ link "/contact"
+ [ className "btn follow_btn" ]
+ [ text "Contact Me" ]
+ ]
]
]
, div
diff --git a/static/css/about/main.css b/static/css/about/main.css
index 900fdd1..f4c6f71 100644
--- a/static/css/about/main.css
+++ b/static/css/about/main.css
@@ -24,12 +24,16 @@ img.textwrap-right {
.bg_blur
{
- background-image:url('/static/img/avatar.png');
+ background: url('/static/img/avatar.png');
height: 512px;
background-size: cover;
overflow: visible;
}
+.bgblurback {
+ height: 100%;
+}
+
.fb_wrap {
margin: 0 auto;
padding: 10px;
diff --git a/static/css/main.css b/static/css/main.css
index 8411af4..83af9e7 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,3 +1,3 @@
body {
- background-color: #FFCCE6;
+ background-color: #F2E6EB;
} \ No newline at end of file