Fix incorrect description on default background image
This commit is contained in:
parent
8c13782ffb
commit
8c55ee5871
@ -17,7 +17,7 @@ a:hover {
|
||||
}
|
||||
|
||||
#background-image {
|
||||
background-image: url("https://cdn.enp.one/img/backgrounds/cl-photo-boston.jpg");
|
||||
background-image: url("https://cdn.enp.one/img/backgrounds/cl-photo-allis.jpg");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
@ -172,7 +172,6 @@ ul.buttons li {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
||||
background-image: url("https://cdn.enp.one/img/logos/aah-sm.jpg");
|
||||
background-size: contain;
|
||||
border-radius: 50%;
|
||||
}
|
||||
@ -181,7 +180,7 @@ ul.buttons li {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 20px solid rgba(213, 213, 213, 0.7);
|
||||
border: 20px solid rgba(213, 213, 213, 1);
|
||||
border-top-color: transparent;
|
||||
border-radius: 50%;
|
||||
animation: spinner 1.5s linear infinite;
|
||||
|
Loading…
Reference in New Issue
Block a user