Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion static/sass/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,6 @@ h2.not-column {
text-align: center;
padding: .75em 1em; }

/*h1*/
.site-headline {
color: white;
margin: 0.15em auto 0.2em; }
Expand Down
2 changes: 1 addition & 1 deletion static/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ h2.not-column {
}
}

/*h1*/ .site-headline {
.site-headline {
color: $white;
margin: 0.15em auto 0.2em;

Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@
<header class="main-header" role="banner">
<div class="container">

<h1 class="site-headline">
<div class="site-headline">
{% block section-logo %}<a href="/"><img class="python-logo" src="{{ STATIC_URL }}img/python-logo.png" alt="python&trade;"></a>{% endblock %}
</h1>
</div>

<div class="options-bar-container do-not-print">
<a href="https://donate.python.org/" class="donate-button">Donate</a>
Expand Down