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 af5f0f8 commit 340f501Copy full SHA for 340f501
src/components/Blog/MainSection.vue
@@ -37,7 +37,7 @@
37
</div>
38
39
40
- <button @click="commentsToShow += 3">Show More</button>
+ <button class="btn btn-primary" @click="commentsToShow += 3">Show More</button>
41
42
43
@@ -141,24 +141,7 @@ $("#close_offcanvas").click(function () {
141
}
142
</script>
143
<style scoped>
144
-button{
145
- /* display:block; */
146
- color:rgb(255, 255, 255);
147
- margin:0 auto;
148
- line-height:50px;
149
- width:10%;
150
- border-radius:30px;
151
- text-decoration:none;
152
- border:3px #161616 solid;
153
- background:#000000;
154
- opacity:0.7;
155
- margin-bottom:50px;
156
- /* padding-left: 12px; */
157
-}
158
159
-button:hover{
160
- opacity:1;
161
162
.line{
163
/* display: none!important; */
164
0 commit comments