Reduce centerpiece drop shadow clipping
This commit is contained in:
parent
f09ff02b55
commit
386b599905
2 changed files with 15 additions and 19 deletions
|
|
@ -1,25 +1,18 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link href="{{ get_url(path="assets/css/index.css") }}" rel="stylesheet">
|
||||
<link href="{{ get_url(path="assets/css/index.css") }}" rel="stylesheet">
|
||||
{% endblock extra_head %}
|
||||
|
||||
{% block content %}
|
||||
<j-wrap class="index">
|
||||
{% set medusa = get_url(path="images/discomedusae_gamma_dark.png") %}
|
||||
<figure class="centerpiece one">
|
||||
<img class="centerpiece one" src="{{ medusa }}">
|
||||
</figure>
|
||||
<figure class="centerpiece two">
|
||||
<img class="centerpiece two" src="{{ medusa }}">
|
||||
</figure>
|
||||
<figure class="centerpiece three">
|
||||
<img class="centerpiece three" src="{{ medusa }}">
|
||||
</figure>
|
||||
<figure class="centerpiece four">
|
||||
<img class="centerpiece four" src="{{ medusa }}">
|
||||
</figure>
|
||||
<figure class="centerpiece five">
|
||||
<img class="centerpiece five" src="{{ medusa }}">
|
||||
{% set centerpieces = [ "one", "two", "three", "four", "five" ] %}
|
||||
{% for class in centerpieces %}
|
||||
<figure class="centerpiece">
|
||||
<img class="centerpiece {{ class }}" src="{{ medusa }}">
|
||||
</figure>
|
||||
{% endfor %}
|
||||
<h1>Incandescência</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue