Skip to content

Commit 91f07e3

Browse files
committed
Removal of Unnecessary Comments
1 parent 7a91f56 commit 91f07e3

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

_conferences/2026/03_venueinfo.html

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,24 @@
88
---
99

1010
<style>
11-
/* --- Venue Page: UNIQUE Styles ONLY --- */
12-
/*
13-
このページにしかない要素(住所ブロックと地図)のスタイルのみを定義します。
14-
基本的な文字スタイルやレイアウトはサイト共通のCSSに任せます。
15-
*/
16-
17-
/* 住所ブロックのスタイル */
1811
.venue-address {
1912
font-style: normal;
20-
background-color: #f8f9fa; /* 背景を少しグレーに */
13+
background-color: #f8f9fa;
2114
padding: 15px;
2215
border-radius: 5px;
23-
border-left: 4px solid #7f8c8d; /* 左のアクセントボーダー */
16+
border-left: 4px solid #7f8c8d;
2417
margin-top: 1em;
2518
margin-bottom: 1em;
2619
}
2720

28-
/* レスポンシブな地図のコンテナ */
2921
.map-placeholder {
3022
position: relative;
3123
overflow: hidden;
3224
width: 100%;
33-
/* ↓ 3行追加 */
34-
max-width: 750px; /* 地図の最大幅を750pxに制限 */
35-
margin-left: auto; /* 中央揃え(左の余白を自動) */
36-
margin-right: auto; /* 中央揃え(右の余白を自動) */
37-
padding-top: 56.25%; /* アスペクト比 16:9 */
25+
max-width: 750px;
26+
margin-left: auto;
27+
margin-right: auto;
28+
padding-top: 56.25%;
3829
margin-top: 1.5em;
3930
border-radius: 5px;
4031
}

0 commit comments

Comments
 (0)