Skip to content

Commit 423b1aa

Browse files
committed
Ref numpy#82 fixes image sizes and caption positioning (center)
1 parent 99e6e3f commit 423b1aa

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

content/en/case-studies/gw-discov.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Case Study: Discovery of Gravitational Waves"
33
sidebar: false
44
---
55

6-
{{< figure src="/images/content_images/cs/gw_sxs_image.png" caption="**Gravitational Waves**" alt="binary coalesce black hole generating gravitational waves" attr="(**Image Credits: The Simulating eXtreme Spacetimes (SXS) Project at LIGO** )" attrlink="https://youtu.be/Zt8Z_uzG71o" >}}
6+
{{< figure src="/images/content_images/cs/gw_sxs_image.png" class="fig-center" caption="**Gravitational Waves**" alt="binary coalesce black hole generating gravitational waves" attr="(**Image Credits: The Simulating eXtreme Spacetimes (SXS) Project at LIGO** )" attrlink="https://youtu.be/Zt8Z_uzG71o" >}}
77

88
<blockquote cite="https://www.youtube.com/watch?v=BIvezCVcsYs">
99
<p>The scientific Python ecosystem is critical infrastructure for the research done at LIGO.</p>

static/css/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ figcaption {
259259
}
260260

261261
.fig-center {
262+
text-align: center;
262263
display: block;
263264
margin-left: auto;
264265
margin-right: auto;
-1.91 MB
Loading
Loading
-360 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)