diff --git a/angular.json b/angular.json index 71607e5..c3842ea 100644 --- a/angular.json +++ b/angular.json @@ -30,7 +30,7 @@ "src/assets" ], "styles": [ - "@angular/material/prebuilt-themes/purple-green.css", + "@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.scss" ], "scripts": [] diff --git a/package.json b/package.json index b6f8458..6390dff 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve", + "start": "ng serve --port 4201", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss index 9567693..37df4c4 100644 --- a/src/app/home/home.component.scss +++ b/src/app/home/home.component.scss @@ -2,4 +2,8 @@ display: flex; flex-direction: column; gap: 1rem; + + a { + margin-right: auto; + } } \ No newline at end of file