diff --git a/packages/schematics/angular/application/other-files/app.component.html.template b/packages/schematics/angular/application/other-files/app.component.html.template index 7b3720a6d6..5efae6bc8c 100644 --- a/packages/schematics/angular/application/other-files/app.component.html.template +++ b/packages/schematics/angular/application/other-files/app.component.html.template @@ -96,6 +96,7 @@ } .card { + all: unset; border-radius: 4px; border: 1px solid #eee; background-color: #fafafa; @@ -249,7 +250,6 @@ background-image: linear-gradient(-180deg,#fafbfc,#eff3f6 90%); margin-left: 4px; font-weight: 600; - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; } .github-star-badge:hover { @@ -272,10 +272,8 @@ width: 1920px; } - /* Responsive Styles */ @media screen and (max-width: 767px) { - .card-container > *:not(.circle-link) , .terminal { width: 100%; @@ -359,31 +357,24 @@