Skip to content

Commit

Permalink
fixed page spacing on index
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev committed Jan 31, 2024
1 parent 2567531 commit 9c8fc84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ ul {
display: flex;
align-items: center;
gap: 5rem;
margin: 4rem 0;


}
.blue-text {
color: var(--color-primary);
Expand Down
Binary file added api/static/img/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions api/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="shortcut icon" href="{% static "img/favicon.ico" %}" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Oswald:[email protected]&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
Expand Down

0 comments on commit 9c8fc84

Please sign in to comment.