Categories
CSS

Creating full width container inside fixed width container

.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}