diff options
| author | Christine Dodrill <me@christine.website> | 2016-12-18 09:18:52 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2016-12-18 09:18:52 -0800 |
| commit | fa35fffbfb586b07fc1d8c134d8183437045c679 (patch) | |
| tree | c72fc0828851632d39d0fdb9cd0bce9483c590e3 /static/css/about | |
| parent | 5ec7046253e037c0c40783bbc9e9415d26212235 (diff) | |
| download | xesite-fa35fffbfb586b07fc1d8c134d8183437045c679.tar.xz xesite-fa35fffbfb586b07fc1d8c134d8183437045c679.zip | |
tweak colors
Diffstat (limited to 'static/css/about')
| -rw-r--r-- | static/css/about/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
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; |
