Files
2026-05-25 12:04:18 -05:00

6 lines
98 B
CSS

.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: 100vw;
}