feat(theme-default): adjust style of ads

pull/86/head
Eduardo San Martin Morote 5 years ago
parent 1e34a302a5
commit 7bb9ee6608

@ -36,15 +36,14 @@ export default {
<style>
.carbon-ads {
min-height: 102px;
padding: 1.5rem 1.5rem 0;
font-size: 0.75rem;
width: 125px;
width: 130px;
position: fixed;
z-index: 19;
bottom: 0;
right: 22px;
padding: 10px;
margin: 10px;
}
@media screen and (max-width: 425px) {
@ -59,9 +58,9 @@ export default {
z-index: 1;
position: relative;
top: 12px;
right: 20px;
right: 0;
float: right;
padding: 0 0 20px 30px;
margin: 0 0 20px 30px;
}
}

@ -4,6 +4,7 @@
margin: 1rem 0;
border-left: .5rem solid;
padding: .1rem 1.5rem;
overflow-x: auto;
}
.custom-block.tip {

Loading…
Cancel
Save