From d7cad0d5c742588dafdd4a60c7fa9ed9249ac8ce Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Thu, 9 May 2024 20:01:15 +0530 Subject: [PATCH 1/3] style Changes --- src/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index af1383b..5cf324a 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -504,7 +504,7 @@ line-height: 1.6; } - .about-text p { margin-bottom: 15px; } + .about-text pre { margin-bottom: 15px; } @@ -1255,7 +1255,7 @@ .project-img, .blog-banner-box { height: auto; } - + } @@ -1394,7 +1394,7 @@ .about .article-title { margin-bottom: 20px; } - .about-text { margin-bottom: 40px; } + .about-text { margin-bottom: 35px; } /* service */ From 0bb9097513ca63918140c3c0d35bea0d5e98daa3 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sun, 19 May 2024 11:37:27 +0530 Subject: [PATCH 2/3] code refactoring --- src/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 1b525cf..068fb4f 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,5 +1,4 @@ import { Component } from '@angular/core'; -import { LoaderService } from './services/loader.service'; @Component({ selector: 'app-root', From 5351a2ba583b47cac641e3c116b564905a0a76b0 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sun, 19 May 2024 12:23:35 +0530 Subject: [PATCH 3/3] project tile changes --- src/app/projects/projects.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/projects/projects.component.html b/src/app/projects/projects.component.html index 6c43e02..4383500 100644 --- a/src/app/projects/projects.component.html +++ b/src/app/projects/projects.component.html @@ -57,9 +57,9 @@

{{project.name}}

- - {{i > 0 ? ', ' + category : category}} - +
+ {{i > 0 ? ', ' + responsbility : responsbility}} +