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

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

Loading…
Cancel
Save