diff options
| author | nb5p <[email protected]> | 2023-06-23 12:35:33 +0800 |
|---|---|---|
| committer | kunish <[email protected]> | 2023-06-23 13:20:49 +0800 |
| commit | e850ff2731763ece10433cb5d0f2814c0b03b35a (patch) | |
| tree | 74e886a9bd77c9ebe606f47d61cbeec88f04a69c /src/components | |
| parent | 00ee8e95bf54544573028930fcf25eea7fe1ac7b (diff) | |
fix: optimize layout on small screen
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Connections.module.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Connections.module.scss b/src/components/Connections.module.scss index 2dca5b9..163987d 100644 --- a/src/components/Connections.module.scss +++ b/src/components/Connections.module.scss @@ -69,4 +69,7 @@ .sourceipContainer { display: flex; align-items: center; + flex-wrap: wrap; + flex-direction: row; + justify-content: space-evenly; } |
