This commit is contained in:
Szekeres Bálint
2018-07-01 15:07:38 +02:00
parent 49b2140f62
commit c54393d1ba
15 changed files with 386 additions and 56 deletions

23
resources/scss/_ads.scss Normal file
View File

@@ -0,0 +1,23 @@
.adsbygoogle-container {
overflow: hidden;
.adsbygoogle {
display: block;
position: relative;
background-color: #f8f8f8;
&[data-adsbygoogle-status="done"] {
background-color: transparent;
}
aside.sidebar & {
height: 600px;
}
}
.note {
text-align: center;
color: #444;
font-size: 0.6rem;
}
}