Fixed css properties

This commit is contained in:
Travis Shivers 2020-06-29 14:08:11 -05:00
parent 4e8d10d33e
commit 4dd3f0b0c2
1 changed files with 3 additions and 10 deletions

View File

@ -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>