feat: Quests page responsiveness and sidebar enhancements
This commit is contained in:
@ -71,6 +71,15 @@ const STYLES = `
|
||||
display:flex; flex-direction:column; gap:1.5rem;
|
||||
}
|
||||
|
||||
/* Desktop: wider centered layout matching rewards page */
|
||||
@media (min-width: 900px) {
|
||||
.ls-inner {
|
||||
max-width: var(--content-max);
|
||||
padding: 2rem 2rem 6rem;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes lsPopIn {
|
||||
from { opacity:0; transform:scale(0.92) translateY(12px); }
|
||||
to { opacity:1; transform:scale(1) translateY(0); }
|
||||
|
||||
Reference in New Issue
Block a user