Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmilLee committed Mar 25, 2023
1 parent 49f0f24 commit 6a9f77f
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 0 deletions.
32 changes: 32 additions & 0 deletions styles/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
* {
box-sizing: border-box;
}

a {
color: inherit;
text-decoration: none;
}

body,
html {
padding: 0;
margin: 0;
}

body {
font-family: var(--notion-font);
overflow-x: hidden;
}

.static-tweet blockquote {
margin: 0;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
}

.static-tweet-emoji {
height: 1.2em !important;
width: 1.2em !important;
}
Loading

1 comment on commit 6a9f77f

@vercel
Copy link

@vercel vercel bot commented on 6a9f77f Mar 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextjs-notion-starter-kit – ./

nextjs-notion-starter-kit-hanmillee.vercel.app
hmdev.vercel.app
nextjs-notion-starter-kit-git-main-hanmillee.vercel.app

Please sign in to comment.