Add carbon ads to components page

This commit is contained in:
khatabwedaa
2022-06-02 13:12:41 +02:00
parent c16575a838
commit 467cecff3b
3 changed files with 4 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ export default {
#carbonads {
display: flex;
max-width: 330px;
background-color: #1e293b;
background-color: #ffffff;
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
z-index: 100;
border-radius: .3rem;
@@ -71,7 +71,7 @@ export default {
#carbonads .carbon-poweredby {
display: block;
padding: 6px 8px;
background: #000000;
background: #dbdbdb;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;