Remove format.ts and changes the layout to fit on small and big screens
This commit is contained in:
11
src/app.css
11
src/app.css
@@ -46,6 +46,17 @@
|
||||
transform: rotateY(2.4deg);
|
||||
}
|
||||
}
|
||||
|
||||
--animate-pulse-ring: pulse-ring 1.5s ease-in-out infinite;
|
||||
@keyframes pulse-ring {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 0.5;
|
||||
}
|
||||
50% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user