Skip to content

Instantly share code, notes, and snippets.

@Josh00
Created January 22, 2018 07:14
Show Gist options
  • Save Josh00/c442dc1991bdae4977b97a0a4d2d14b8 to your computer and use it in GitHub Desktop.
Save Josh00/c442dc1991bdae4977b97a0a4d2d14b8 to your computer and use it in GitHub Desktop.
[スマホ版用に設定]
設定箇所「デザイン」→「スマホアイコン」→「ヘッダ」→「タイトル下」
/* 見出し情報 */
.accent-box {
background:#FFFFFF;
border-radius:10px;
padding:1.5em;
}
.entry-content h3 {
padding: 12px;
color: #333;
border-bottom: 1px solid;
border-left: 4px solid;
border-color: #333;
}
.entry-content h4 {
padding: 12px;
color: #333;
border-left: 4px solid;
border-color: #333;
}
}
p,h1,h2,h3,h4,h5,body,.entry-title.entry-content{ font-family:'Quicksand','YuGothic',"游ゴシック体",YuGothic, Meiryo, sans-serif; }
.entry-content {
line-height : 1.7 ;
font-size: 16px;
letter-spacing:1;
}
.entry-content p {
margin-bottom : 2.0em ;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment