/*
 Theme Name:   Divi Child
 Theme URI:    https://github.com/haframjolk
 Description:  Divi Child Theme for NKG.is
 Author:       Reyn Alpha
 Author URI:   https://haframjolk.com
 Template:     Divi
 Version:      1.0.0
*/

/*
 Keep defaults for wide align
.entry-content .alignwide {}
*/

.entry-content .alignfull {
    margin-left:  calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw;
}
.alignfull img {
    width: 100vw;
}
