Skip to content

Commit faedbf7

Browse files
committed
Falta responsivar a page de read e a de details -Apresentação e footer FINALIZADOS 😉
1 parent 4f9211c commit faedbf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/error.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ um componente "error.vue" dentro da pasta layouts.-->
88
A página que você tentou encontrar<br />
99
não existe ou foi removida! 😕
1010
</p>
11-
<button>
12-
<NuxtLink to="/">Voltar à Home</NuxtLink>
13-
</button>
11+
12+
<NuxtLink to="/">Voltar à Home</NuxtLink>
1413
</div>
1514
</template>
1615

@@ -40,10 +39,11 @@ p {
4039
position: absolute;
4140
}
4241
43-
button {
42+
a {
4443
padding: 0.5rem 1rem;
4544
color: black;
4645
text-align: center;
46+
font-weight: bold;
4747
border-radius: 0.5rem;
4848
border: none;
4949
background: #e2e2e2;

0 commit comments

Comments
 (0)