.vp-article {
  --content-width: 100%;
}

/* Disable text selection */
body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
