fixed nav for mobile
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-app-bar color="#191c2a" style="background: #0d1538">
|
<v-app-bar color="#191c2a" style="background: #0d1538">
|
||||||
<v-container class="ms-3" style="max-width: 1440px">
|
<v-container :class="mobile ? 'ms-3' : 'ms-auto me-auto'" style="max-width: 1440px">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-app-bar-title style="align-self: center">
|
<v-app-bar-title style="align-self: center">
|
||||||
<span style="font-size: 20px">
|
<span style="font-size: 20px">
|
||||||
|
Reference in New Issue
Block a user