Skip to content

Commit 0d2d771

Browse files
committed
updated UI
1 parent a36bf33 commit 0d2d771

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/app/app.component.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-root',
5-
templateUrl: './app.component.html',
5+
template: '<router-outlet></router-outlet>',
66
styleUrls: ['./app.component.scss']
77
})
88
export class AppComponent {

src/app/pages/home/timeline/timeline.component.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ $primary-breakpoint: 800px;
3333
border: 1px solid var(--app-grey);
3434
border-top: 3px solid #FF8A65;
3535
position: relative;
36-
36+
-webkit-transform: translate3d(0, 0, 0);
37+
-moz-transform: translate3d(0, 0, 0);
38+
-ms-transform: translate3d(0, 0, 0);
39+
transform: translate3d(0, 0, 0);
3740

3841
&.project {
3942
border-top-color: #ba68c8;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy