diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 13:23:42 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 13:23:42 -0400 |
| commit | 5166017abeb745630de0aa69d3cc920090279b32 (patch) | |
| tree | 3d482ef170e7d13fd352f4b5b0afeae4216d80c3 /templates/index.liquid | |
| parent | cb0b2d229855d80f041b0c44984418ae3097b5b4 (diff) | |
css
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 0d625b3..0313ec1 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -133,9 +133,11 @@ ul li { list-style-type: none; } - - .nopress span:last-child { + .nopress span:nth-child(5) { width: calc(52% - 8px); + } + .nopress span:last-child { + display:none; } </style> </head> @@ -145,6 +147,7 @@ {% for project in projects %} <div class="item"> <div class="top"> + <nav> <div class="gallery"> <div class="cell" style="background-image:url({{ project.image.uri }})">...</div> <div class="cell">...</div> |
