Skip to content

Commit 1198dee

Browse files
committed
Fix minor aesthetics
1 parent 9a1c187 commit 1198dee

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

apps/homepage/static/homepage/css/main.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@
1616
a.event-target:hover {
1717
color: #cdcdcd;
1818
}
19-
background: linear-gradient(to right, #fff0, #fff3, #fff0);
19+
background: linear-gradient(
20+
to right,
21+
rgba(255, 255, 255, 0),
22+
rgba(255, 255, 255, 0.2),
23+
rgba(255, 255, 255, 0)
24+
);
2025
padding-top: 1rem;
2126
padding-bottom: 1rem;
22-
margin-bottom: .5rem
27+
margin-bottom: 0.5rem;
2328
}
2429

2530
.logo {

apps/homepage/templates/homepage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="hero-body">
3636
<div class="container has-text-centered">
3737

38-
<img class="logo" src="{{ assets|get_asset_key:'commons/img/logo_text.png' }}" alt="Python Canarias" />
38+
<a href="{% url 'about:index' %}"><img class="logo" src="{{ assets|get_asset_key:'commons/img/logo_text.png' }}" alt="Python Canarias" /></a>
3939

4040
{% if active_events.count > 0 %}
4141
<div class="content is-centered">

0 commit comments

Comments
 (0)