diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:35:04 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:35:04 +0200 |
| commit | 1afe87209a9e7140fabd3ba58b5e7b470b68fc7b (patch) | |
| tree | 6dffc49a516334a02f39d6e31e7cb682d544186c /src/app/components/not-found | |
| parent | 9906b285148f54b4060c71012854a814409cc9d7 (diff) | |
| download | DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar.gz DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.zip | |
Improved readability and consistency of margin global styling
Diffstat (limited to 'src/app/components/not-found')
| -rw-r--r-- | src/app/components/not-found/not-found.component.html | 2 |
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"> Back to feed </button> |
