diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-11 20:50:51 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-11 20:50:51 +0200 |
commit | b75598d879e1b9153d89a96f7b0f66ad8d641f71 (patch) | |
tree | c561ba8ca01a9f666688659b4d8ca631448da860 /out/_next/static/css | |
parent | 256ce2c5c0617d3f59817a4c6308161ce22c7ba2 (diff) |
feat(preview): tag display and scroll fix
Diffstat (limited to 'out/_next/static/css')
-rw-r--r-- | out/_next/static/css/331301db207a91d407e5.css | 1 | ||||
-rw-r--r-- | out/_next/static/css/a37ded5ec4cf14937ec5.css | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/out/_next/static/css/331301db207a91d407e5.css b/out/_next/static/css/331301db207a91d407e5.css deleted file mode 100644 index 0a8400d..0000000 --- a/out/_next/static/css/331301db207a91d407e5.css +++ /dev/null @@ -1 +0,0 @@ -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}
\ No newline at end of file diff --git a/out/_next/static/css/a37ded5ec4cf14937ec5.css b/out/_next/static/css/a37ded5ec4cf14937ec5.css new file mode 100644 index 0000000..bb56676 --- /dev/null +++ b/out/_next/static/css/a37ded5ec4cf14937ec5.css @@ -0,0 +1 @@ +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;overflow:hidden}h1{font-weight:700}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
\ No newline at end of file |