Skip to content

Commit e4f460d

Browse files
authored
Fix layout collapses of features (#220)
1 parent b3774d6 commit e4f460d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(Sadly, Goldydocs isn't a real project, but you can use this site as an example to create your own real websites with [Docsy](https://docsy.dev))
2525
{{% /blocks/lead %}}
2626

27-
{{< blocks/section color="dark" >}}
27+
{{< blocks/section color="dark" type="row" >}}
2828
{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}}
2929
The Goldydocs UI now shows chair size metrics by default.
3030

@@ -54,7 +54,7 @@ <h1 class="text-center">This is the second Section</h1>
5454

5555

5656

57-
{{< blocks/section >}}
57+
{{< blocks/section type="row" >}}
5858
{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}}
5959
Get the Goldydocs app!
6060
{{% /blocks/feature %}}

content/fa/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
{{% /blocks/lead %}}
2929

30-
{{< blocks/section color="dark" >}}
30+
{{< blocks/section color="dark" type="row" >}}
3131
{{% blocks/feature icon="fa-lightbulb" title="معیارهای جدید صندلی!" %}}
3232
اسناد گلدی به شما معیارهای اندازه صندلی را به شما نشان می‌دهد.
3333

@@ -58,7 +58,7 @@ <h1 class="text-center">این قسمت دوم است.</h1>
5858

5959

6060

61-
{{< blocks/section >}}
61+
{{< blocks/section type="row" >}}
6262
{{% blocks/feature icon="fab fa-app-store-ios" title="از **فروشگاه اپ استور** دانلود کنید" %}}
6363
Get the Goldydocs app!
6464
{{% /blocks/feature %}}

0 commit comments

Comments
 (0)