File tree 3 files changed +4
-7
lines changed
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>
24
24
25
25
{% if sameTagCount > = minCommonTags %}
26
26
< 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 }} -->
30
28
</ li >
31
29
{% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
32
30
{% if maxRelatedCounter > = maxRelated %}
Original file line number Diff line number Diff line change @@ -9,6 +9,5 @@ hidden: true
9
9
---
10
10
11
11
- [ ArrayList Tutorials] ( /arraylist-tutorials/ )
12
-
13
12
- [ LinkedList Tutorials] ( /linkedlist-tutorials/ )
14
13
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h2><span></span></h2>
13
13
</ div >
14
14
15
15
< div class ="row ">
16
- < div class =col-sm-4 >
16
+ < div class =col-sm-3 >
17
17
< div class ="card " style ="background-color: #f7f7f7 ">
18
18
< div class ="card-body ">
19
19
< h5 > Java Basics</ h5 >
@@ -26,7 +26,7 @@ <h5>Java Basics</h5>
26
26
27
27
</ div >
28
28
</ div >
29
- < div class =col-sm-4 >
29
+ < div class =col-sm-6 >
30
30
< div class ="card " style ="background-color: #f7f7f7 ">
31
31
< div class ="card-body ">
32
32
< h5 > Interview Questions</ h5 >
@@ -36,7 +36,7 @@ <h5>Interview Questions</h5>
36
36
</ div >
37
37
</ div >
38
38
</ div >
39
- < div class =col-sm-4 >
39
+ < div class =col-sm-3 >
40
40
< div class ="card " style ="background-color: #f7f7f7 ">
41
41
< div class ="card-body ">
42
42
< h5 > Cheat Sheets</ h5 >
You can’t perform that action at this time.
0 commit comments