Skip to content

Commit 668f834

Browse files
committed
Enhance image styling and update catalog content display
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 33b99d7 commit 668f834

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assets/scss/_content_project.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ h6 {
105105
}
106106

107107
img {
108-
width: 20%;
109108
@extend .img-fluid;
109+
@extend .img-thumbnail;
110+
@extend .rounded;
111+
@extend .shadow;
112+
margin-bottom: $spacer;
110113
}
111114

112115
table {

content/en/cloud/catalog/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ description: >
99
Public Catalog: https://cloud.layer5.io/catalog
1010
{{%/pageinfo%}}
1111

12-
{{< figure src="/cloud/catalog/images/delivering-catalog-content.svg" alt="Delivering-catalog-content" class="image-center-shadow" >}}
12+
<!-- {{< figure src="/cloud/catalog/images/delivering-catalog-content.svg" alt="Delivering-catalog-content" class="image-center-shadow" >}} -->
1313

14+
<img src="/cloud/catalog/images/delivering-catalog-content.svg" alt="Delivering-catalog-content" />
1415

1516
The Cloud Catalog is a web-based, public catalog to facilitate easy discovery of existing designs. Designs that are published into the catalog can be, but are not always curated for known best practices and patterns. Content is published at [cloud.layer5.io/catalog](https://cloud.layer5.io/catalog), and one-click import of catalog content into Meshery Server is seamlessly integrated.
1617

0 commit comments

Comments
 (0)