Skip to content

Commit

Permalink
update logo display
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Jun 8, 2024
1 parent 6095f5d commit 661ebf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
daily.py
daily.py
log
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ header {
text-align: center;
}

head .logo {
display: flex;
}

header .logo svg {
display: block;
width: 60px;
Expand Down

0 comments on commit 661ebf9

Please sign in to comment.