Fixed css properties
This commit is contained in:
parent
4e8d10d33e
commit
4dd3f0b0c2
13
src/App.vue
13
src/App.vue
|
@ -346,15 +346,8 @@ export default {
|
|||
|
||||
<style scoped>
|
||||
.main-content {
|
||||
background-repeat: 'no-repeat';
|
||||
background-size: 'cover';
|
||||
background-position: 'center';
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
.a {
|
||||
color: unset !important;
|
||||
text-decoration: none !important;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue