diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-14 14:39:01 -0400 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-14 14:39:01 -0400 |
| commit | 3a6a0718c4532bda8aa07abcdb888caf9e672e48 (patch) | |
| tree | caba8f6adc0bad076a37dea06f6cc4efe100126e | |
| parent | 502f2e7502642122eaff7e36d092f089cd895941 (diff) | |
| parent | 0b1bbe5067cd0781bd60ce365ca2b09835be2356 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
| -rw-r--r-- | public/assets/ok.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 5595ad4..5a9e4a0 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -88,12 +88,12 @@ h3 { font-size: 12px; } -.intro a { +.intro .left a { width: 100%; display: inline-block; } -.intro a:before { +.intro .left a:before { content: "– "; } @@ -816,7 +816,7 @@ ul li { } } -@media (max-height: 880px) { +@media (max-height: 1000px) { .intro div.text, h3, .left a { |
