Skip to content

Instantly share code, notes, and snippets.

View kenold's full-sized avatar

Kenold Beauplan kenold

View GitHub Profile
/* Ken's custom's CSS - Questions? flexwebagency@gmail.com */
/* remove horizontal scroll */
body {
overflow-x: hidden;
}
/* custom classes */
.d-block {
display: block!important;