Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions site/assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@
.td-sidebar-toc {
padding-top: 1.75rem;
}

// Make image span full viewport width by canceling out
// container padding
.imageblock.full-width {
margin-inline: calc(0px - var(--bs-gutter-x));
width: calc(100% + var(--bs-gutter-x) + var(--bs-gutter-x));

img {
width: 100%;
}
}
1 change: 1 addition & 0 deletions site/content/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Apache Polaris is an open-source, fully-featured catalog for Apache Iceberg™.

{{< /blocks/cover >}}

[.full-width]
image::img/Polaris-Catalog-BLOG-symmetrical-subhead.png[Polaris Catalog]

{{< blocks/section color="dark" type="row" >}}
Expand Down