Cleanup unused css and imports on the About page (#2867)

This commit is contained in:
absidue 2022-11-15 02:38:47 +01:00 committed by GitHub
parent 2b77495cfe
commit 24e67bac87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 30 deletions

View File

@ -1,25 +0,0 @@
.card {
width: 85%;
margin: 0 auto;
margin-bottom: 10px;
word-wrap: break-word;
}
.logo {
width: 500px;
max-width: 100%;
}
.center {
text-align: center;
}
.leftAlign {
text-align: left;
}
@media only screen and (max-width: 680px) {
.card {
width: 90%;
}
}

View File

@ -1,15 +1,11 @@
import Vue from 'vue'
import FtCard from '../../components/ft-card/ft-card.vue'
import FtElementList from '../../components/ft-element-list/ft-element-list.vue'
import FtButton from '../../components/ft-button/ft-button.vue'
import packageDetails from '../../../../package.json'
export default Vue.extend({
name: 'About',
components: {
'ft-card': FtCard,
'ft-element-list': FtElementList,
'ft-button': FtButton
'ft-card': FtCard
},
data: function () {
return {