Changed images to webp. - Reduces memory use and improves load time.

This commit is contained in:
Gitea 2020-07-03 16:49:41 -04:00
commit 1509323f96
5 changed files with 9 additions and 39 deletions

View file

@ -7,7 +7,7 @@ body {
.overlay {
display: flex;
background-image: url("/quartznet/assets/images/bluenebula2.png");
background-image: url("/quartznet/assets/images/bluenebula.webp");
background-size: cover;
background-position: center;
min-height: 200px;
@ -48,13 +48,13 @@ nav li {
/* Change color on hover */
nav li a {
margin-right: 50px;
margin-left: 20px;
margin-right: 20px;
text-decoration: none;
}
main {
margin-top: 30px;
min-height: 600px;
}
/* Content types */