diff options
Diffstat (limited to 'public/assets')
| -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 f4aa880..3a45870 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -805,7 +805,8 @@ ul li { width: 12px; } nav span div:nth-child(2), - .five span:nth-child(4) { + .five span:nth-child(4), + .press .five span:last-child { display: none; } .texts { @@ -832,9 +833,13 @@ ul li { border-top:2px; text-align: justify; } + .projectLink { display:none; } + .press .five span:last-child { + display: none; + } .headings { display: none; } |
