fix background
This commit is contained in:
@@ -54,6 +54,7 @@ const routes: Routes = [
|
||||
imports: [
|
||||
RouterModule.forRoot(routes, {
|
||||
preloadingStrategy: PreloadAllModules,
|
||||
scrollPositionRestoration: 'enabled',
|
||||
// relativeLinkResolution: 'legacy',
|
||||
}),
|
||||
],
|
||||
|
||||
@@ -4,11 +4,10 @@
|
||||
margin: 20px;
|
||||
border-radius: 8px;
|
||||
background: #fffc;
|
||||
backdrop-filter: blur(12px);
|
||||
backdrop-filter: blur(15px);
|
||||
overflow: hidden;
|
||||
width: 800px;
|
||||
position: relative;
|
||||
transition: all 150ms ease-in-out;
|
||||
|
||||
@media screen and (max-width: 860px) {
|
||||
width: 100vw;
|
||||
|
||||
Reference in New Issue
Block a user