diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-29 13:26:34 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-29 13:26:34 -0400 |
| commit | 68c2c6e4b140bbb07db6e422615c387b59fcd3eb (patch) | |
| tree | 8995ebfabb4a301e1b552756e383fd73a6182c19 /public | |
| parent | 1581854ee3f8be2612d77e12a7453493c2ec3622 (diff) | |
cover
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 7f82bd7..2832e87 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -108,6 +108,11 @@ h3 { filter: grayscale(100%); } +.intro.cover .right { + background: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Victoria_crater_from_HiRise.jpg)no-repeat center; + background-size: cover; + width:75%; +} .menu { position: fixed; height: 100vh; @@ -464,6 +469,11 @@ ul li { width: calc(52% - 8px); } +.press ul { + cursor:default; + height: 100% +} + .nopress span:last-child { display: none; } |
