質問編集履歴
2
HTMLの記載を追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,52 @@
|
|
25
25
|
padding-bottom: 0px;
|
26
26
|
}
|
27
27
|
```
|
28
|
+
```HTML
|
29
|
+
<div id="content" class="hfeed"
|
30
|
+
|
31
|
+
>
|
32
|
+
<div id="content-inner">
|
33
|
+
<div id="wrapper">
|
34
|
+
<div id="main">
|
35
|
+
<div id="main-inner">
|
36
|
+
|
37
|
+
<!-- google_ad_section_start -->
|
38
|
+
<!-- rakuten_ad_target_begin -->
|
39
|
+
|
40
|
+
<article class="entry hentry js-entry-article date-first autopagerize_page_element chars-200 words-100 mode-hatena entry-odd" id="entry-10257846132696381166" data-keyword-campaign="" data-uuid="10257846132696381166" data-publication-type="entry">
|
41
|
+
<div class="entry-inner">
|
42
|
+
<header class="entry-header">
|
43
|
+
|
44
|
+
<div class="date entry-date first">
|
45
|
+
<a href="URL" rel="nofollow">
|
46
|
+
<time pubdate datetime="2019-01-03T14:53:47Z" title="2019-01-03T14:53:47Z">
|
47
|
+
<span class="date-year">2019</span><span class="hyphen">-</span><span class="date-month">01</span><span class="hyphen">-</span><span class="date-day">03</span>
|
48
|
+
</time>
|
49
|
+
</a>
|
50
|
+
</div>
|
51
|
+
<h1 class="entry-title">
|
52
|
+
<a href="URL" class="entry-title-link bookmark">【テスト】</a>
|
53
|
+
</h1>
|
54
|
+
<div class="entry-categories categories">
|
55
|
+
|
56
|
+
<a href="URL" class="entry-category-link category-雑記">雑記</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
</header>
|
60
|
+
<div class="entry-content">
|
61
|
+
<p>テストテストテストテストテストテスト<br />
|
62
|
+
テストtest3<a href="URL">テスト</a>テスト<br />
|
63
|
+
テストテストテストテストテストテスト</p>
|
64
|
+
|
65
|
+
</div>
|
28
66
|
|
67
|
+
<footer class="entry-footer">
|
68
|
+
|
69
|
+
<p class="entry-footer-section">
|
70
|
+
<span class="author vcard"><span class="fn" data-load-nickname="1" data-user-name="aso">aso</span></span>
|
71
|
+
<span class="entry-footer-time"><a href="URL"><time data-relative datetime="2019-01-03T14:53:47Z" title="2019-01-03T14:53:47Z" pubdate class="updated">2019-01-03 23:53</time></a></span>
|
72
|
+
</p>
|
73
|
+
```
|
29
74
|
### 試したこと
|
30
75
|
|
31
76
|
①「line-height」の値を調整
|
1
文中の「#wrapper」の「#」のせいで文章が見出し扱いになってしまったので「#」を消しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
|
54
54
|
⑤親要素の影響を確認
|
55
55
|
CSSファイルの上のほうで全体に関わる指定をしてるところを確認してみて、
|
56
|
-
|
56
|
+
wrapperとかかな?と思いつつ、それらしき要因を見つけられず。。
|
57
57
|

|
58
58
|
|
59
59
|
### 補足情報(FW/ツールのバージョンなど)
|