We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caffe6f commit ffc98f6Copy full SHA for ffc98f6
src/components/AD/index.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div id="codefund"/>
+ <div id="codefund" />
3
</template>
4
5
<script>
@@ -46,8 +46,17 @@ export default {
46
}
47
</script>
48
49
-<style>
50
-.cf-wrapper{
51
- margin: 0!important;
+<style lang="scss">
+.cf-wrapper {
+ margin: 0 !important;
52
53
+ .fixed-header+#codefund {
54
+ margin-top: 50px;
55
+ }
56
+.hasTagsView {
57
58
+ margin-top: 84px;
59
60
+}
61
+
62
</style>
0 commit comments