diff options
Diffstat (limited to 'templates')
| -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> |
