feat: new logo + favicon
This commit is contained in:
BIN
public/codecircles.png
Normal file
BIN
public/codecircles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@ -81,6 +81,18 @@ body {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
gap: .5rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
body {
|
||||
padding: 1rem;
|
||||
|
Reference in New Issue
Block a user