File tree Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 24
24
execjs
25
25
coffee-script-source (1.12.2 )
26
26
colorator (1.1.0 )
27
- commonmarker (0.23.10 )
27
+ commonmarker (0.23.11 )
28
28
concurrent-ruby (1.3.4 )
29
29
connection_pool (2.4.1 )
30
30
csv (3.3.0 )
31
- dnsruby (1.72.2 )
31
+ dnsruby (1.72.3 )
32
+ base64 (~> 0.2.0 )
32
33
simpleidn (~> 0.2.1 )
33
34
drb (2.2.1 )
34
35
em-websocket (0.5.3 )
239
240
jekyll (>= 3.5 , < 5.0 )
240
241
jekyll-feed (~> 0.9 )
241
242
jekyll-seo-tag (~> 2.1 )
242
- minitest (5.25.1 )
243
+ minitest (5.25.2 )
243
244
net-http (0.5.0 )
244
245
uri
245
246
nokogiri (1.16.7-aarch64-linux )
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ <h2 class="post-list-heading">{{ page.list_title }}</h2>
3
3
{%- endif -%}
4
4
< article class ="post-list ">
5
5
{%- assign date_format = site.bpdevs.date_format | default: "%b %-d, %Y" -%}
6
- < div class =" latest-posts-grid " >
6
+ < div >
7
7
{% assign count = 0 %} {% assign limit_posts = 3 %} {%- for post in posts -%} {%- if count < limit _posts -%}
8
- < div class =" post-item " >
8
+ < div >
9
9
< h3 >
10
10
< a class ="" href ="{{ post.url | relative_url }} "> {{ post.title | escape }} </ a >
11
11
</ h3 >
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ input::-moz-focus-inner {
61
61
62
62
article .post-list a {
63
63
color : # 007b95 ;
64
+ font-size : 19px ;
64
65
}
65
66
66
67
article li {
@@ -568,7 +569,6 @@ ul.speaking-list {
568
569
font-size : 1.5em ;
569
570
color : # 333 ;
570
571
}
571
-
572
572
.info p {
573
573
margin : 0 ;
574
574
font-size : 1em ;
@@ -613,6 +613,19 @@ button.next:focus {
613
613
.next {
614
614
right : 10px ;
615
615
}
616
+ .grid-container {
617
+ display : grid;
618
+ grid-template-columns : repeat (auto-fit, minmax (300px , 1fr ));
619
+ gap : 20px ;
620
+ margin-top : 20px ;
621
+ }
622
+
623
+ .grid-item {
624
+ padding : 15px ;
625
+ border : 1px solid # ddd ;
626
+ border-radius : 8px ;
627
+ background-color : # f9f9f9 ;
628
+ }
616
629
617
630
.grid-container {
618
631
display : grid;
Original file line number Diff line number Diff line change 2
2
layout: index
3
3
lang: en
4
4
title: Home
5
- list_title: Recent blog
5
+ list_title: Recent news
6
6
---
7
7
8
8
< h2 > Our Mission</ h2 >
You can’t perform that action at this time.
0 commit comments