6 lines
98 B
CSS
6 lines
98 B
CSS
.alignfull {
|
|
margin-left: calc(50% - 50vw);
|
|
margin-right: calc(50% - 50vw);
|
|
width: 100vw;
|
|
}
|