diff options
| author | ryderr <r@okfoc.us> | 2014-09-30 15:55:40 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-30 15:55:40 -0400 |
| commit | d4382d834550a68d6c4473578252a8b6f4df7702 (patch) | |
| tree | d956e0eb7a0d38c1a5c9ce541c15351391350128 | |
| parent | 7562a585d47e79fa5fa8a32885f7b4bd29da4a39 (diff) | |
fixed header
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 2b6cc3e..9050486 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -174,7 +174,9 @@ h5 { .page.profile { color:white; } - +.profilepage { + margin-top:63px; +} .page .profilepage, .page .projectList { width: 100%; |
