mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 08:58:48 +00:00
make profile page editable
This commit is contained in:
parent
2aeea4033a
commit
343fe1f704
8 changed files with 241 additions and 102 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue