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>
|
<style scoped>
|
||||||
.main-content {
|
.main-content {
|
||||||
background-repeat: 'no-repeat';
|
background-repeat: no-repeat;
|
||||||
background-size: 'cover';
|
background-size: cover;
|
||||||
background-position: 'center';
|
background-position: center;
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.a {
|
|
||||||
color: unset !important;
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue