There was an error while loading. Please reload this page.
1 parent 0c27835 commit 844bbdfCopy full SHA for 844bbdf
2 files changed
source/src/components/parts/top/TopForum.js
@@ -22,7 +22,7 @@ const TopForum = () => {
22
]
23
return (
24
<div className={style.TopForum}>
25
- <img src={CalendarImg} alt={'今月のイベントカレンダー'} height={800} className={style.topEventCalendar}/>
+ <img src={CalendarImg} alt={'今月のイベントカレンダー'} className={style.topEventCalendar}/>
26
27
<div className={style.ForumInfo}>
28
source/src/css/toppage.module.css
@@ -95,6 +95,8 @@
95
.topEventCalendar{
96
display: block;
97
margin: auto;
98
+ max-width: 70%;
99
+ max-height: 100%;
100
}
101
102
.TopForumField{
0 commit comments