convert favicon; add logo

This commit is contained in:
Maciej Barć
2020-08-18 02:12:14 +02:00
parent 1cd7ce0e80
commit 2181c2983c
8 changed files with 15 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 279 KiB

View File

@ -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 */