fixing small things and adding version num

This commit is contained in:
ngn
2023-05-07 15:52:31 +03:00
parent 172ebcc46a
commit b67709a215
9 changed files with 21 additions and 22 deletions

View File

@@ -33,6 +33,9 @@
</Card>
</div>
<Logout v-if="logged"/>
<div class="version">
<p>v2.1</p>
</div>
</div>
</template>
@@ -73,6 +76,13 @@ export default {
gap: 30px;
display: flex;
}
.version{
color: var(--dark-fife);
position: fixed;
bottom: 10px;
right: 10px;
font-size: 15px;
}
@media only screen and (max-width: 1076px) {

View File

@@ -69,5 +69,12 @@ export default {
margin-top: 20px;
display: flex;
flex-direction: column;
padding-bottom: 30px;
}
@media only screen and (max-width: 1121px) {
.projects {
padding: 50px;
}
}
</style>

View File

@@ -68,6 +68,7 @@ export default {
<style scoped>
.resources {
padding: 50px;
padding-bottom: 60px;
display: flex;
flex-direction: column;
align-items: center;