Skip to content

Commit 5f687c0

Browse files
authored
Merge pull request #25 from coderdojo-japan/fix-session-margins
セッション欄の横幅がSP表示で崩れる問題を修正
2 parents 77f4f9d + a8bcc77 commit 5f687c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/top/sections/session.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="session" class="max-w-3xl lg:max-w-[1800px] pt-28 pb-8 mx-auto -mt-12 mb-16 flex flex-col lg:-mt-64 lg:flex-row items-center lg:items-start">
1+
<div id="session" class="max-w-3xl lg:max-w-[1800px] px-8 mx-auto pt-28 -mt-28 mb-16 flex flex-col lg:-mt-64 lg:flex-row items-center lg:items-start">
22
<div class="w-full lg:w-2/5 mb-8 lg:mt-68">
33
<div class="lg:max-w-sm lg:place-self-end lg:mr-[10%]">
44
<h2 class="text-4xl mb-4 text-center lg:text-left">

0 commit comments

Comments
 (0)