make profile page editable

This commit is contained in:
luisa.bellitto 2025-06-20 11:22:32 +02:00 committed by Rudi Regentonne
parent 2aeea4033a
commit 343fe1f704
8 changed files with 241 additions and 102 deletions

View file

@ -1,5 +1,6 @@
.App {
text-align: center;
min-height: 100vh;
}
.App-logo {
@ -7,6 +8,10 @@
pointer-events: none;
}
footer {
vertical-align: baseline;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;