Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takapiece/b2d87954a764fc3edfdbb7204f484044 to your computer and use it in GitHub Desktop.
Save takapiece/b2d87954a764fc3edfdbb7204f484044 to your computer and use it in GitHub Desktop.
はてなヘッダー画像の上下余白を0にする
/* はてなヘッダー画像の上下余白を0にする */
#blog-title {
margin: 0 auto;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment