convert favicon; add logo
This commit is contained in:
BIN
public/assets/icons/favicon.jpg
Normal file
BIN
public/assets/icons/favicon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 279 KiB |
@ -9,10 +9,6 @@
|
||||
|
||||
/* General */
|
||||
|
||||
* {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
@ -89,6 +85,7 @@ body {
|
||||
background-color: rgba(43, 40, 40, 1);
|
||||
color: rgba(153, 156, 150, 1) ;
|
||||
height: 60%;
|
||||
overflow: auto;
|
||||
padding: 1% 5% 1% 5%;
|
||||
}
|
||||
|
||||
@ -104,6 +101,13 @@ body {
|
||||
color: rgba(133, 153, 0, 1);
|
||||
}
|
||||
|
||||
#about img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
|
||||
/* Footer */
|
||||
|
||||
|
Reference in New Issue
Block a user