Minor Fixes in Home Page
This commit is contained in:
@@ -4,7 +4,6 @@ import { BrowserModule } from '@angular/platform-browser';
|
||||
import { AppComponent } from './app.component';
|
||||
import { HeaderModule } from './header/header.module';
|
||||
import { SharedModule } from './shared/shared.module';
|
||||
import { HomeComponent } from './home/home.component';
|
||||
import { AppRouterModule } from './app-router.module';
|
||||
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
||||
import { AppServiceWorkerModule } from './app-service-worker.module';
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.stack-card-image::selection,
|
||||
.stack-card-image *::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.stack-card-body {
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user