Fix loader css
This commit is contained in:
parent
2fdf364947
commit
03c50b550a
1 changed files with 4 additions and 1 deletions
|
@ -102,10 +102,13 @@ export default {
|
||||||
padding-bottom: 100%;
|
padding-bottom: 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position-x: center;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
.artwork-youtube {
|
||||||
|
background-position: 50% 0%;
|
||||||
|
}
|
||||||
.service {
|
.service {
|
||||||
|
position: relative;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.service-link img {
|
.service-link img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue