Skip to content

Commit

Permalink
[docs] add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Jan 28, 2024
1 parent e0d58ca commit aea5f0a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ hide:
---

<div class="hero" markdown>
![Logo](./images/logo.svg)
# Paisa
<p>Personal Finance Manager</p>
<p class="subtitle">Personal Finance Manager</p>
</div>

<div class="home" markdown>
Expand Down
14 changes: 12 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,18 @@
margin-bottom: 3rem;
}

.hero img {
height: 90px;
margin-top: -60px;
margin-bottom: 15px;
}

.hero h1 {
text-align: center;
color: inherit;
font-weight: 700;
color: var(--logo-color);
margin-bottom: 0;
margin-bottom: -7px;
margin-top: -30px;
font-size: 3rem;
}
Expand All @@ -82,7 +88,11 @@
margin: auto;
line-height: 1.28;
color: var(--md-default-fg-color--light);
font-size: 0.72rem;
font-size: 0.9rem;
}

.hero p.subtitle {
opacity: 0.7;
}

.home .tabbed-set {
Expand Down

0 comments on commit aea5f0a

Please sign in to comment.