User:Aesulus/Vector 2022 banner.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 25: Line 25:
align-items: center;
align-items: center;
gap: 0.5rem;
gap: 0.5rem;
white-space: nowrap;
}
}


Line 33: Line 34:
justify-content: center;
justify-content: center;
}
}
.hfw_notice_buttons { flex-direction: row; }
.hfw_notice_buttons {
flex-direction: row;
white-space: inherit;
}
}
}