diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-27 22:21:48 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-27 22:21:48 +0200 |
commit | e798207a8e380e7d8c19a0bfbaea5083d9365184 (patch) | |
tree | 92c68788f5681a44b36e08cf698e7dd21eb701e3 /out/_next/static/css | |
parent | 1a7e8842d71a47e71fcaa1fea004b473f9799fe9 (diff) |
added build files to repo
Diffstat (limited to 'out/_next/static/css')
-rw-r--r-- | out/_next/static/css/331301db207a91d407e5.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/out/_next/static/css/331301db207a91d407e5.css b/out/_next/static/css/331301db207a91d407e5.css new file mode 100644 index 0000000..9fe3835 --- /dev/null +++ b/out/_next/static/css/331301db207a91d407e5.css @@ -0,0 +1,15 @@ +body, +html { + padding: 0; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, + Fira Sans, Droid Sans, Helvetica Neue, sans-serif; +} +h1 { + font-weight: 700; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} |