diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-01 19:24:02 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-01 19:24:02 -0400 |
| commit | 54287ebd1ffc4fe00d1481ad8b4d14b3f23b1ffc (patch) | |
| tree | 9337aa84c1016c9375c4b2a13af999c6273636f8 /site/public/assets/style.css | |
| parent | e75bc9e99c672d774e1e935b37c73970d7b6d2c8 (diff) | |
contact section in column, looks terrible
Diffstat (limited to 'site/public/assets/style.css')
| -rw-r--r-- | site/public/assets/style.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css index 6316159..27e3158 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -285,9 +285,9 @@ nav .middle { } nav .bottom { - height: 20%; + height: 22%; width: 100%; - background: #bbb; + background: #ddd; } nav a { text-decoration:none; @@ -295,7 +295,18 @@ nav a { width:100%; color:black; } +.contact { + line-height: 22px; + padding-left: 10px; + padding-right: 10px; +} +.contact a { + display: inline; +} + + +.desktop nav .cat.about, .desktop nav .cat.hover, .desktop nav .cat:hover { cursor:pointer; @@ -428,7 +439,7 @@ nav .sub.active a { display: inline-block; width: 80%; width: calc(87% - 80px); - margin-left: 160px; + margin-left: 180px; } .entry.all { width: 90%; @@ -907,7 +918,6 @@ nav .sub.active a { } - @media (max-width:1200px) { .entry span div.content { -webkit-column-count: 2; |
