Skip to content

Commit 08d2ecf

Browse files
authored
Merge pull request #241 from PVinaches/release-2-11-blog
feat(blog): release blog post for 2.11
2 parents e2db70b + 71f05f6 commit 08d2ecf

22 files changed

Lines changed: 283 additions & 3 deletions

assets/css/custom.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,19 @@ div.video, div.video > iframe, figure.image, figure.image > img {
137137
justify-self: anchor-center;
138138
}
139139

140-
div.video > iframe, figure.image > img {
140+
div.video {
141+
max-width: 100%;
142+
margin: 2rem auto;
143+
}
144+
145+
div.video > iframe {
146+
width: 100%;
147+
height: auto;
148+
aspect-ratio: 16 / 9;
149+
min-height: 400px;
150+
}
151+
152+
figure.image > img {
141153
width: 100%;
142154
height: auto;
143155
}

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ sections:
4040
text: Try Online
4141
url: "https://red.ht/kaoto"
4242
announcement:
43-
text: "Kaoto 2.10 has been released!"
43+
text: "Kaoto 2.11 has been released!"
4444
link:
4545
text: "Check it out!"
46-
url: "blog/kaoto-2.10-release/"
46+
url: "blog/kaoto-2.11-release/"
4747
design:
4848
spacing:
4949
padding: ["1rem", 0, "1rem", 0]
59.4 KB
Loading
71 KB
Loading
57.5 KB
Loading
31.5 KB
Loading
56.7 KB
Loading
20.5 KB
Loading
67.2 KB
Loading
2.49 MB
Loading

0 commit comments

Comments
 (0)