mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
refactor(gallery): adjust navClose min-width to 25% (#535)
Reduce min-width from 30% to 25% for better mobile gallery layout balance. Signed-off-by: Sped0n <hi@sped0n.com>
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
align-items: center;
|
||||
|
||||
.navClose {
|
||||
min-width: 30%;
|
||||
min-width: 25%;
|
||||
text-align: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user