We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9590ce9 commit 6b824c7Copy full SHA for 6b824c7
static/style.css
@@ -82,7 +82,11 @@ h2 {
82
div.point-logo+h2 {
83
padding-top: 3rem;
84
}
85
-section.point p.link a {
+section.point p+p {
86
+ margin-top: 1rem;
87
+ margin-bottom: 1rem;
88
+}
89
+section.point div.link a {
90
color: #ffffff;
91
text-decoration: none;
92
display: block;
templates/index.html
@@ -23,9 +23,9 @@ <h1>Fedora Loves Python</h1>
23
{% endif %}
24
<h2>{{ point.name }}</h2>
25
{{ point.content | markdown }}
26
- <p class="link">
+ <div class="link">
27
<a href="{{ point.link.href }}">{{ point.link.caption }}</a>
28
- </p>
+ </div>
29
</section>
30
{% endfor %}
31
</div>
0 commit comments