mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -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;
|
align-items: center;
|
||||||
|
|
||||||
.navClose {
|
.navClose {
|
||||||
min-width: 30%;
|
min-width: 25%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user