Skip to content

Commit 9ae4d50

Browse files
committed
feat: fix style
1 parent a85d3fd commit 9ae4d50

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
<iframe
22
src="https://docs.google.com/presentation/d/e/2PACX-1vT62Rl7c-bAJ4l2REq__4nvaLW4ZCuTEblh1PGpOa2ZA2Wg6jUm08KWTP-liYFLe2m80RFd5oB-DP8v/embed?start=false&loop=false&delayms=3000"
33
frameborder="0"
4-
width="960"
5-
height="569"
64
allowfullscreen="true"
75
mozallowfullscreen="true"
86
webkitallowfullscreen="true"
97
/>
8+
9+
<style>
10+
iframe {
11+
border: 0;
12+
width: 100%;
13+
height: 50vh;
14+
}
15+
</style>

2025/src/components/VenueMap.astro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<iframe
22
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3240.053340275775!2d139.77188631510504!3d35.70030498018984!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188ea7a29cf80b%3A0xdce74a4dd51e0a66!2z5a-M5aOr44K944OV44OI44Ki44Kt44OQ44OX44Op44K2!5e0!3m2!1sja!2sjp!4v1513741028586&amp;key=AIzaSyDYecdzqzXTkep-BSPK-rl52Yx3D1HFjME"
33
height="400"
4-
style="border:0;width:100%"
54
allowfullscreen=""
65
/>
6+
7+
<style>
8+
iframe {
9+
border: 0;
10+
width: 100%;
11+
}
12+
</style>

0 commit comments

Comments
 (0)