@ -179,6 +179,7 @@ const pageClasses = computed(() => {
#ads-container {
/* Avoid layout shift */
height: 105px;
margin: 1.75rem 0;
}
@ -22,7 +22,6 @@ onMounted(() => {
<style scoped>
.carbon-ads {
padding: 1.75rem 0 0;
border-radius: 4px;
margin: 0 auto;
max-width: 280px;
@ -47,4 +47,11 @@ import NextAndPrevLinks from './NextAndPrevLinks.vue'
.content {
padding-bottom: 1.5rem;
@media (max-width: 420px) {
/* fix carbon ads display */
clear: both;
</style>