diff --git a/src/app/Utility/stringhandler.ts b/src/app/Utility/stringhandler.ts index a7af86e..8e1fe0e 100644 --- a/src/app/Utility/stringhandler.ts +++ b/src/app/Utility/stringhandler.ts @@ -126,4 +126,9 @@ export class StringHandler { //#endregion + //#region footer + static readonly ContactMeAt: string = "Contact Me At"; + + //endregion + } \ No newline at end of file diff --git a/src/app/component/cardlayoutcomponent/cardlayout.component.css b/src/app/component/cardlayoutcomponent/cardlayout.component.css index 60ae988..b235acb 100644 --- a/src/app/component/cardlayoutcomponent/cardlayout.component.css +++ b/src/app/component/cardlayoutcomponent/cardlayout.component.css @@ -95,3 +95,11 @@ button { background-color: #2E3445; } + +@media (max-width: 1366px) { + .bi-arrow-right, + .bi-arrow-left, + .col-2{ + display: none; + } +} \ No newline at end of file diff --git a/src/app/component/carouselcomponent/carousel.component.css b/src/app/component/carouselcomponent/carousel.component.css index 4233947..2825d0c 100644 --- a/src/app/component/carouselcomponent/carousel.component.css +++ b/src/app/component/carouselcomponent/carousel.component.css @@ -1,9 +1,4 @@ - -.col-8{ - height: 550px; -} - .progress{ padding: 0%; } @@ -71,13 +66,10 @@ } } - @media (max-width: 767px) { + @media (max-width: 1366px) { .bi-arrow-right, - .bi-arrow-left, - .arrow{ + .bi-arrow-left{ display: none; } - - } \ No newline at end of file diff --git a/src/app/component/carouselcomponent/carousel.component.html b/src/app/component/carouselcomponent/carousel.component.html index 66a2e51..d0cc26a 100644 --- a/src/app/component/carouselcomponent/carousel.component.html +++ b/src/app/component/carouselcomponent/carousel.component.html @@ -1,12 +1,12 @@