Skip to content

Commit dad173e

Browse files
authored
Merge pull request #4 from practical-python-org/feature/logo_addition
Feature/logo addition
2 parents 18ab074 + 03bc18a commit dad173e

3 files changed

Lines changed: 124 additions & 4 deletions

File tree

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ hide:
77

88
<div class="pp-hero" markdown>
99

10-
# Practical Python
10+
![Practical Python Logo](/static/logo.svg)
1111

1212
A Discord community for people who write Python. {{ member_count }} of us so far.
1313

1414
[Join the Discord]({{ discord_invite }}){ .md-button .md-button--primary }
1515

16-
1716
</div>
1817

18+
#
19+
1920
<div class="grid cards" markdown>
2021

2122
- :material-brain:{ .lg .middle } __New Here?__

docs/static/logo.svg

Lines changed: 119 additions & 0 deletions
Loading

docs/stylesheets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
.pp-hero {
2424
text-align: center;
25-
padding: 3.2rem 0 2.4rem;
25+
padding: 0 0 2.4rem;
2626
}
2727

2828
.md-typeset .pp-hero h1 {
@@ -32,7 +32,7 @@
3232
}
3333

3434
.md-typeset .pp-hero p {
35-
max-width: 34rem;
35+
max-width: 44rem;
3636
margin-inline: auto;
3737
font-size: 0.9rem;
3838
}

0 commit comments

Comments
 (0)