1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2025-01-02 21:12:37 +00:00

removed some default css

This commit is contained in:
thomasrosen 2021-01-21 16:58:41 +01:00
parent 28ebd661e6
commit 8c7d04277b

View file

@ -4,13 +4,6 @@
.App-logo { .App-logo {
height: 40vmin; height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
} }
.App-header { .App-header {
@ -27,12 +20,3 @@
.App-link { .App-link {
color: #61dafb; color: #61dafb;
} }
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}