@media print {
    body {
        padding-left: 0;
    }

    nav.navbar {
        display: none !important;
    }

    section.resume-section {
        page-break-before: always;
        min-height: unset;
    }

    #about {
        div.resume-section-content {
            text-align: center;

            > div.d-lg-none {
                display: block !important;

                img.img-profile {
                    max-width: 30vw;
                }
            }
        }
    }
}