fixed broken match-nav
This commit is contained in:
@@ -350,7 +350,7 @@ export default {
|
||||
|
||||
.nav {
|
||||
max-width: 100vw;
|
||||
height: 42px;
|
||||
min-height: 42px;
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
background: linear-gradient(90deg,
|
||||
rgba(0, 0, 0, 0.7) 0%,
|
||||
|
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<img alt="" class="bg-img" src="">
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="container">
|
||||
<div class="card mb-3 bg-transparent border-0">
|
||||
|
Reference in New Issue
Block a user