Skip to content

Commit 340f501

Browse files
author
Asina7
committed
some chnges in blog Page
1 parent af5f0f8 commit 340f501

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

src/components/Blog/MainSection.vue

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</div>
3838

3939
</div>
40-
<button @click="commentsToShow += 3">Show More</button>
40+
<button class="btn btn-primary" @click="commentsToShow += 3">Show More</button>
4141

4242
</div>
4343

@@ -141,24 +141,7 @@ $("#close_offcanvas").click(function () {
141141
}
142142
</script>
143143
<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-
}
158144
159-
button:hover{
160-
opacity:1;
161-
}
162145
.line{
163146
/* display: none!important; */
164147
}

0 commit comments

Comments
 (0)