Skip to content

Commit a09a240

Browse files
authored
Merge pull request #96 from ClickHouse/fix_styling_of_quick_start
Styling and content fix for quick-start
2 parents 4e5e53e + cf8634b commit a09a240

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/en/cloud/get-started/cloud-quick-start.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ column file will be sorted by `user_id`, then `timestamp`.
186186

187187
For a deep dive into core ClickHouse concepts, see ["Core Concepts"](../../managing-data/core-concepts/index.md).
188188

189-
## 4. Insert Data
190-
191189
#### Insert data into your table
192190

193191

src/css/custom.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ img {
479479
margin-left: auto;
480480
margin-right: auto;
481481
background: var(--clickhouse-img-background-color);
482+
box-shadow: 0px 1px 8px -1px rgba(21, 21, 21, 0.20);
482483
}
483484

484485
.eighty-percent {

0 commit comments

Comments
 (0)