diff options
| author | MetaCubeX <[email protected]> | 2022-06-02 21:54:09 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-06-02 21:54:09 +0800 |
| commit | 91bfabd5d231df21003f09f49e897b9a5bfc57d7 (patch) | |
| tree | ea771ed2ce278e1abc9c6be847969a6eae1cfd6e /src/components | |
| parent | fb8c3bdc5b9575b9328bd4f94203543589eef7d4 (diff) | |
chore: adjust page style
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Connections.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Connections.module.scss b/src/components/Connections.module.scss index 7afaa8a..5903a3c 100644 --- a/src/components/Connections.module.scss +++ b/src/components/Connections.module.scss @@ -1,10 +1,14 @@ .placeHolder { + margin-top: 20%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--color-background); opacity: 0.1; + @media (max-width: 768px) { + margin-top: 35%; + } } .connQty { |
