diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 18:55:53 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 18:55:53 -0400 |
| commit | b29849f5a0d5ee0a3695f4acd57640d453272b6d (patch) | |
| tree | e9ee417dd917e4a4ed7fe0c0ed50f050d3519c2f | |
| parent | 053522228740c70e4b8c5f03e8639e661a363bb5 (diff) | |
| parent | 836fe13cbc83517484b04e4e23bede6cae2b4e81 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
| -rw-r--r-- | public/assets/ok.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index d2d3030..6a76161 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -497,6 +497,12 @@ body { margin-left: 0; } +.intro .page-up, +.intro .page-down { + width: 75%; + margin-left: 25%; +} + .item:first-child .page-down { height: 100%; bottom: -25px; @@ -598,7 +604,6 @@ nav { .texts { font-weight: 400; - padding: 3px 0 0 0; font-weight: 400; } |
