diff options
| author | Haishan <[email protected]> | 2018-12-28 21:43:36 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-12-28 21:43:36 +0800 |
| commit | f342857c8ce1207d15e69875c23366bda5dca852 (patch) | |
| tree | 9e3298bb6814c2b2c4c17a2c2b02506c24de6ee6 /src/components/APIDiscovery.module.scss | |
| parent | ecdb8cab5210d506f49e771ecb49f159ff6b824c (diff) | |
style: a bite of responsive yo
Diffstat (limited to 'src/components/APIDiscovery.module.scss')
| -rw-r--r-- | src/components/APIDiscovery.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/APIDiscovery.module.scss b/src/components/APIDiscovery.module.scss index b1e970c..e986a1c 100644 --- a/src/components/APIDiscovery.module.scss +++ b/src/components/APIDiscovery.module.scss @@ -1,5 +1,9 @@ .content { background: none; + + @media (max-width: 768px) { + width: 90%; + } } .overlay { |
