aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/not-found
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/not-found')
-rw-r--r--src/app/components/not-found/not-found.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/not-found/not-found.component.html b/src/app/components/not-found/not-found.component.html
index 7b776bd..4d1165d 100644
--- a/src/app/components/not-found/not-found.component.html
+++ b/src/app/components/not-found/not-found.component.html
@@ -5,7 +5,7 @@
</summary>
<hr class="card-hr">
<nav class="flex-row flexible-children padding-dot2">
- <button class="flex-row flex-justify-center flex-center-align-items border-faded-slim padding-dot3 lighter-hover click-effect border-radius-dot3 margin-right-small" (click)="backToFeed()">
+ <button class="flex-row flex-justify-center flex-center-align-items border-faded-slim padding-dot3 lighter-hover click-effect border-radius-dot3 margin-right-dot2" (click)="backToFeed()">
<img src="/assets/icons/tabler-icon-home.svg">
&nbsp;Back to feed
</button>