adding presentation background
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.card {
|
||||
margin: 20px;
|
||||
border-radius: 8px;
|
||||
background: #fffb;
|
||||
background: #fffe;
|
||||
backdrop-filter: blur(12px);
|
||||
overflow: hidden;
|
||||
width: 800px;
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
@media screen and (max-width: 860px) {
|
||||
width: 100vw;
|
||||
border-radius: 0px;
|
||||
background: #fffa;
|
||||
border-radius: 0;
|
||||
background: #fffe;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {Component, Input} from '@angular/core';
|
||||
import {faTimes} from '@fortawesome/free-solid-svg-icons/faTimes';
|
||||
import {faTimes} from '@fortawesome/free-solid-svg-icons';
|
||||
|
||||
@Component({
|
||||
selector: 'app-card',
|
||||
|
||||
Reference in New Issue
Block a user