Skip to content

Instantly share code, notes, and snippets.

@Lesmiscore
Created December 9, 2021 17:11
Show Gist options
  • Save Lesmiscore/36f51d9f3f1dc969956329ad3a7db258 to your computer and use it in GitHub Desktop.
Save Lesmiscore/36f51d9f3f1dc969956329ad3a7db258 to your computer and use it in GitHub Desktop.
CSS to make frame smaller, but keeping text size mostly same
.blob-num, .blob-code-inner{
font-size: 14px;
}
html {
min-width: 1050px;
transform: scale(0.9);
transform-origin: 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment