File tree 3 files changed +7
-8
lines changed
frontend/src/features/home-page/components
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
ps :
2
- podman compose ps
2
+ docker compose ps
3
3
4
4
up :
5
- podman compose up --build -d
5
+ docker compose up --build -d
6
6
7
7
down :
8
- podman compose down --remove-orphans --volumes
8
+ docker compose down --remove-orphans --volumes
9
9
10
10
sh% :
11
- podman compose exec -it $* sh
12
-
11
+ docker compose exec -it $* sh
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export function VerticalArticleCard({article}: Props) {
39
39
>
40
40
{ article . title }
41
41
</ Text >
42
- < Text size = "sm" c = { "dimmed" } mt = { 5 } mb = "md" lineClamp = { 1 } >
42
+ < Text size = "sm" c = { "dimmed" } mt = { 5 } mb = "md" lineClamp = { 3 } >
43
43
{ article . subtitle }
44
44
</ Text >
45
45
< Group wrap = "nowrap" gap = { 5 } c = { "dimmed" } >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export async function FeaturedArticles() {
22
22
< GridCol
23
23
span = { {
24
24
base : 12 ,
25
- md : 6 ,
25
+ md : 8 ,
26
26
} }
27
27
>
28
28
< h2 className = { classes . headingWithBorder } >
@@ -48,7 +48,7 @@ export async function FeaturedArticles() {
48
48
< GridCol
49
49
span = { {
50
50
base : 12 ,
51
- md : 6 ,
51
+ md : 4 ,
52
52
} }
53
53
>
54
54
< h2 className = { classes . headingWithBorder } >
You can’t perform that action at this time.
0 commit comments