File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ <h4>You May Also Like</h4>
2424
2525 {% if sameTagCount > = minCommonTags %}
2626 < li >
27- < div >
28- < h5 > < a href ="{{ site.baseurl }}{{ post.url }} "> {{ post.title }}</ a > </ h5 > <!-- {{ commonTags }} -->
29- </ div >
27+ < p > < a href ="{{ site.baseurl }}{{ post.url }} "> {{ post.title }}</ a > </ p > <!-- {{ commonTags }} -->
3028 </ li >
3129 {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
3230 {% if maxRelatedCounter > = maxRelated %}
Original file line number Diff line number Diff line change @@ -9,6 +9,5 @@ hidden: true
99---
1010
1111- [ ArrayList Tutorials] ( /arraylist-tutorials/ )
12-
1312- [ LinkedList Tutorials] ( /linkedlist-tutorials/ )
1413
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h2><span></span></h2>
1313 </ div >
1414
1515 < div class ="row ">
16- < div class =col-sm-4 >
16+ < div class =col-sm-3 >
1717 < div class ="card " style ="background-color: #f7f7f7 ">
1818 < div class ="card-body ">
1919 < h5 > Java Basics</ h5 >
@@ -26,7 +26,7 @@ <h5>Java Basics</h5>
2626
2727 </ div >
2828 </ div >
29- < div class =col-sm-4 >
29+ < div class =col-sm-6 >
3030 < div class ="card " style ="background-color: #f7f7f7 ">
3131 < div class ="card-body ">
3232 < h5 > Interview Questions</ h5 >
@@ -36,7 +36,7 @@ <h5>Interview Questions</h5>
3636 </ div >
3737 </ div >
3838 </ div >
39- < div class =col-sm-4 >
39+ < div class =col-sm-3 >
4040 < div class ="card " style ="background-color: #f7f7f7 ">
4141 < div class ="card-body ">
4242 < h5 > Cheat Sheets</ h5 >
You can’t perform that action at this time.
0 commit comments