styles changes
This commit is contained in:
parent
8351c63e57
commit
033e54085d
7 changed files with 74 additions and 78 deletions
|
|
@ -5,7 +5,7 @@ import NavBar from '@/components/Navbar/NavBar.vue'
|
|||
<template>
|
||||
<NavBar />
|
||||
|
||||
<n-grid responsive="screen" item-responsive cols="24" :x-gap="16" :y-gap="16">
|
||||
<n-grid responsive="screen" item-responsive cols="24" :x-gap="16" :y-gap="16" class="shift">
|
||||
<n-gi span="xs:1 s:1 m:2 l:2 xl:3 xxl:3" />
|
||||
|
||||
<n-gi span="xs:22 s:22 m:20 l:20 xl:18 xxl:18">
|
||||
|
|
@ -16,4 +16,8 @@ import NavBar from '@/components/Navbar/NavBar.vue'
|
|||
</n-grid>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
.shift{
|
||||
padding-top: 10px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue