diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-12 19:37:00 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-12 19:37:00 -0400 |
| commit | 58311f52ee0d34ea1bed9cdcfebec2b95b956df2 (patch) | |
| tree | 6d07271b549b93656b39bdc72a69b469daffeb91 /public | |
| parent | 0b37cff025c4f30107319e374ae44a49f3bed979 (diff) | |
type and img
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/img/ryder-ripps.gif | bin | 0 -> 197976 bytes | |||
| -rw-r--r-- | public/assets/ok.css | 19 |
2 files changed, 11 insertions, 8 deletions
diff --git a/public/assets/img/ryder-ripps.gif b/public/assets/img/ryder-ripps.gif Binary files differnew file mode 100644 index 0000000..0dd6d08 --- /dev/null +++ b/public/assets/img/ryder-ripps.gif diff --git a/public/assets/ok.css b/public/assets/ok.css index b0a9c12..d6c03d2 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -11,6 +11,7 @@ html { outline: 0; border: 0; -webkit-appearance: none; + -webkit-font-smoothing: subpixel-antialiased; } ::selection { @@ -95,7 +96,7 @@ h3 { } .intro { - font-size: 12px; + font-size: 14px; line-height: 20px; } @@ -122,11 +123,10 @@ h3 { -webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 10px; - font-size: 12px; } .intro .right { - background: url(http://ryder-ripps.com/press/ryder-ripps.jpg)no-repeat center; + background: url(img/ryder-ripps.gif)no-repeat center; background-size: cover; -webkit-filter: grayscale(100%); filter: grayscale(100%); @@ -753,7 +753,7 @@ ul li { .projectLink { margin-top: 3px; } - .intro div.text, h3, .left a { + .intro div.text, h3, .left a { font-size:14px; line-height: 20px; } @@ -763,11 +763,14 @@ ul li { @media (min-width: 1500px) { - .intro div.text, h3 { - font-size:16px; - line-height: 24px; + .intro div.text, h3, .left a { + font-size: 16px; + line-height: 25px; } - +h1 { + font-size: 40px; + line-height: 50px; +} } /* |
