Skip to content

Instantly share code, notes, and snippets.

@vu2
Last active August 4, 2016 21:37
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 vu2/3b5aea3b42ae3dc11622e0ffa110173d to your computer and use it in GitHub Desktop.
Save vu2/3b5aea3b42ae3dc11622e0ffa110173d to your computer and use it in GitHub Desktop.
/* Responsive: yes */
/* <system section="theme" selected="6653586347153366095"> */
@import url("http://hatenablog.com/theme/6653586347153366095.css");
/* </system> */
@media (max-width: 767px) {
/* グローバルヘッダを消す */
#globalheader-container {
display: none !important;
}
#container {
padding-top: 0;
}
/* 左右のマージンを15pxずつに */
#content {
margin-left: 15px !important;
margin-right: 15px !important;
}
/* 横幅の調整 */
#container #content {
width: auto;
}
#blog-title-content {
width: auto;
text-align: center; /* ブログタイトルを中央揃えに */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment