More ads, smaller titles for mobile screens
This commit is contained in:
parent
23a6bfeb41
commit
a4b7d7214a
10
layouts/shortcodes/ad.html
Normal file
10
layouts/shortcodes/ad.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:block"
|
||||||
|
{{ with .Site.Params.google_adsense }}
|
||||||
|
data-ad-client="{{ . }} "
|
||||||
|
{{ end }}
|
||||||
|
data-ad-slot="8599575024"
|
||||||
|
data-ad-format="auto"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
@ -62,22 +62,6 @@ main {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.btn-header {
|
|
||||||
position: absolute;
|
|
||||||
top: 20px;
|
|
||||||
padding: 7px 16px;
|
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
|
||||||
color: rgba(255, 255, 255, 1.0);
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 300;
|
|
||||||
font-size: 13px;
|
|
||||||
transition: color,background-color 0.1s linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.btn-header:hover {
|
|
||||||
background-color: rgba(255, 255, 255, 1.0);
|
|
||||||
color: rgba(0, 0, 0, 1.0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
||||||
@ -178,6 +162,7 @@ blockquote {
|
|||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||||
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif !important;
|
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif !important;
|
||||||
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
article section img {
|
article section img {
|
||||||
|
Loading…
Reference in New Issue
Block a user