Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 9dfd218

Browse files
committed
Messed around with font sizes
1 parent a37f6c2 commit 9dfd218

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/ShadiestGoat/DiscordChatExporter/tools"
99
)
1010

11-
const VERSION = "0.3.0"
11+
const VERSION = "0.3.1"
1212

1313
func main() {
1414
fmt.Printf("Loading up Discord Channel Exporter v%v\n", VERSION)

themes/base/css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
body {
1818
margin: 0;
1919
font-family: monospace;
20-
font-size: max(1vw/1.1, 10px);
21-
/* font: 500 monospace; */
20+
font-size: clamp(15px, 1vw/1.1, 20px);
2221
-webkit-text-size-adjust: 100%;
2322
display: flex;
2423
flex-direction: column;

0 commit comments

Comments
 (0)