Skip to content

Commit

Permalink
Playing with font size
Browse files Browse the repository at this point in the history
  • Loading branch information
cowuake committed Nov 17, 2023
1 parent c77bcec commit 795c398
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schemius-web/schemius-web.html
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<title>schemius</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, interactive-widget=resizes-content, charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content" />
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery.terminal/js/jquery.terminal.min.js"></script>
<link
@@ -18,6 +18,10 @@
--link-color: #689d6a;
--font: 'Cascadia Code', monospace;
}

.terminal-mobile {
--size: 0.5;
}
</style>
</head>
<body>

0 comments on commit 795c398

Please sign in to comment.