Skip to content

Commit cdb5588

Browse files
author
Joseph Lowinske
committed
set max-width and explicit width on training home image
1 parent 8be37a9 commit cdb5588

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

css/customstyles.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/customstyles.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/customstyles.scss

+5
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,11 @@ a.accordion-toggle {
524524
margin-bottom: 0;
525525
}
526526

527+
.cockroachdb-training {
528+
width: 100%;
529+
max-width: 800px;
530+
}
531+
527532
@import "components/search";
528533
@import "components/callout";
529534
@import "components/toc";

v1.1/training/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redirect_from:
1111

1212
<!-- <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSKpZ0NQThuSIlU3yG9usgoxPcU9zCS7u3DhxOlt0I1bCkzsYKNw7pxGyRnNpoRFVfx8EZTAKuY3uPg/embed?start=false&loop=false" frameborder="0" width="756" height="454" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> -->
1313

14-
<img src="{{ 'images/v1.1/CockroachDB_Training_Wide.png' | relative_url }}" alt="CockroachDB training" style="max-width:100%" />
14+
<img src="{{ 'images/v1.1/CockroachDB_Training_Wide.png' | relative_url }}" class="cockroachdb-training" alt="CockroachDB training"/>
1515

1616
This training introduces you to the fundamentals of CockroachDB, with an emphasis on:
1717

v2.0/training/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redirect_from:
1111

1212
<!-- <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSKpZ0NQThuSIlU3yG9usgoxPcU9zCS7u3DhxOlt0I1bCkzsYKNw7pxGyRnNpoRFVfx8EZTAKuY3uPg/embed?start=false&loop=false" frameborder="0" width="756" height="454" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> -->
1313

14-
<img src="{{ 'images/v2.0/CockroachDB_Training_Wide.png' | relative_url }}" alt="CockroachDB training" style="max-width:100%" />
14+
<img src="{{ 'images/v2.0/CockroachDB_Training_Wide.png' | relative_url }}" class="cockroachdb-training" alt="CockroachDB training"/>
1515

1616
This training introduces you to the fundamentals of CockroachDB, with an emphasis on:
1717

v2.1/training/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redirect_from:
1111

1212
<!-- <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSKpZ0NQThuSIlU3yG9usgoxPcU9zCS7u3DhxOlt0I1bCkzsYKNw7pxGyRnNpoRFVfx8EZTAKuY3uPg/embed?start=false&loop=false" frameborder="0" width="756" height="454" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> -->
1313

14-
<img src="{{ 'images/v2.1/CockroachDB_Training_Wide.png' | relative_url }}" alt="CockroachDB training" style="max-width:100%" />
14+
<img src="{{ 'images/v2.1/CockroachDB_Training_Wide.png' | relative_url }}" class="cockroachdb-training" alt="CockroachDB training"/>
1515

1616
This training introduces you to the fundamentals of CockroachDB, with an emphasis on:
1717

0 commit comments

Comments
 (0)