Skip to content

Commit b8dc79d

Browse files
committed
Use Picture for pictures.
1 parent 35b69a9 commit b8dc79d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/content/pages/explore.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ import venueImage from "./images/prague.jpg";
88

99
# Prague Exploration Tips
1010

11-
<Picture src={venueImage} width="1200" alt="" />
12-
13-
<div class="mb-15"> </div>
11+
<Picture src={venueImage} width="800" alt="" />
1412

1513
At EuroPython, many attendees come with their families and friends. When you're not attending the conference, why not explore Prague and its surrounding areas?
1614

src/content/pages/where.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import pccEntrance from "images/entrance5-pcc5.jpg";
1616

1717
## Prague
1818

19-
<Picture src={venueImage} alt="Photo of Charles Bridge in Prague" />
19+
<Picture src={venueImage} width=800 alt="Photo of Charles Bridge in Prague" />
2020

2121
<br></br>
2222

src/styles/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ body {
6363
outline-offset: 5px;
6464
}
6565

66-
.prose picture img {
66+
.prose picture img,
67+
.prose p img {
6768
width: 100%;
6869
height: auto;
6970
border-width: 4px;

0 commit comments

Comments
 (0)