NoSelect on index
This commit is contained in:
@@ -82,5 +82,7 @@ async function submit() {
|
||||
width: 116px;
|
||||
height: 116px;
|
||||
transform: translate(4px, 4px) scale(1.2, 1.2);
|
||||
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div style="width: fit-content;">
|
||||
<NuxtLink style="display: flex; width: fit-content; text-decoration: none;" to="/">
|
||||
<img width="140" src="~/assets/img/buildpath-high-resolution-logo-transparent.png" />
|
||||
<h1 id="logo-text" style="">BuildPath</h1>
|
||||
<img style="user-select: none;" width="140" src="~/assets/img/buildpath-high-resolution-logo-transparent.png" />
|
||||
<h1 id="logo-text">BuildPath</h1>
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user