diff options
Diffstat (limited to 'animism-align/frontend/app/views/user/user.css')
| -rw-r--r-- | animism-align/frontend/app/views/user/user.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/user/user.css b/animism-align/frontend/app/views/user/user.css new file mode 100644 index 0000000..aca58c7 --- /dev/null +++ b/animism-align/frontend/app/views/user/user.css @@ -0,0 +1,9 @@ +.app > .userContainer { + width: 100%; + height: calc(100% - 3.125rem); + overflow: scroll; +} + +.user-index { + margin-top: 1rem; +} |
