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