Skip to content

Commit abe6648

Browse files
Reduce default font size from 18px to 16px
1 parent ca189a3 commit abe6648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launch.css",
3-
"version": "1.0.27",
3+
"version": "1.0.28",
44
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
55
"homepage": "https://launch-css.dev",
66
"main": "dist/index.css",

packages/main/src/compoments/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import url(https://fonts.bunny.net/css?family=albert-sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
22

33
html {
4-
font-size: 18px;
4+
font-size: 16px;
55
}
66
html,
77
input,

0 commit comments

Comments
 (0)