/* --------------------------------------------------------------- Certificate */ .certificate { .eval { border-top: 1px solid $divider-grey; padding-top: 40px; } canvas { visibility: hidden; position: absolute; } #certPrint { width: 1px; height: 1px; position: absolute; left: -9999px; } } @media screen and (min-width: $screen-md-min) { .certificate { .eval { border-top: 0; margin-top: 20px; padding-top: 0; } } }