diff --git a/kibicara-frontend/src/app/shared/heading-one/heading-one.component.scss b/kibicara-frontend/src/app/shared/heading-one/heading-one.component.scss
index 10005ff..6b3f37f 100644
--- a/kibicara-frontend/src/app/shared/heading-one/heading-one.component.scss
+++ b/kibicara-frontend/src/app/shared/heading-one/heading-one.component.scss
@@ -6,6 +6,9 @@
min-height: 70px;
padding-left: 10%;
padding-top: 5%;
+ padding-right: 10%;
+ padding-bottom: 0;
+ margin-bottom: 0;
color: white;
font-size: $h1-font-size;
font-weight: $h1-font-weight;
diff --git a/kibicara-frontend/src/app/shared/not-found/not-found.component.html b/kibicara-frontend/src/app/shared/not-found/not-found.component.html
index 8071020..0671adc 100644
--- a/kibicara-frontend/src/app/shared/not-found/not-found.component.html
+++ b/kibicara-frontend/src/app/shared/not-found/not-found.component.html
@@ -1 +1 @@
-
not-found works!
+
diff --git a/kibicara-frontend/src/app/shared/not-found/not-found.component.spec.ts b/kibicara-frontend/src/app/shared/not-found/not-found.component.spec.ts
deleted file mode 100644
index 35189ed..0000000
--- a/kibicara-frontend/src/app/shared/not-found/not-found.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { NotFoundComponent } from './not-found.component';
-
-describe('NotFoundComponent', () => {
- let component: NotFoundComponent;
- let fixture: ComponentFixture;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [ NotFoundComponent ]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(NotFoundComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/kibicara-frontend/src/app/shared/not-found/not-found.component.ts b/kibicara-frontend/src/app/shared/not-found/not-found.component.ts
index 7cb4124..7989ce8 100644
--- a/kibicara-frontend/src/app/shared/not-found/not-found.component.ts
+++ b/kibicara-frontend/src/app/shared/not-found/not-found.component.ts
@@ -6,6 +6,7 @@ import { Component, OnInit } from '@angular/core';
styleUrls: ['./not-found.component.scss']
})
export class NotFoundComponent implements OnInit {
+ title = 'Sorry, this page was not found!';
constructor() { }