Changed images to webp. - Reduces memory use and improves load time.
This commit is contained in:
parent
99d0fd1880
commit
1509323f96
5 changed files with 9 additions and 39 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue