diff options
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 { |
