diff --git a/_config.yml b/_config.yml index ee58b7a..ea79b13 100644 --- a/_config.yml +++ b/_config.yml @@ -14,12 +14,12 @@ date_event: 2025年10月25日(土曜) venue: 久留米シティプラザ map: https://maps.app.goo.gl/4jicdzYEBzjtHd916 -twitter: DojoConJapan -facebook: DojoConJapan +x: DojoConJapan +facebook: dojoconjapan email: dojocon2025@coderdojo.jp youtube: UCX3tz875ZDtU85rFkYuwl5w -court: -contact: https://forms.gle/7wSMSLEmjc4ucVoHA +court: +contact: https://forms.gle/t9ctDcuZZ8cqqFtR6 registration: https://dojocon-japan.doorkeeper.jp/events/176163 # Build settings diff --git a/_includes/footer.html b/_includes/footer.html index e5d97bc..558012a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,20 +3,19 @@ DojoCon Japan 2025 Inspire Next. diff --git a/_sass/includes/footer.scss b/_sass/includes/footer.scss index 5e294ef..eecf8bf 100644 --- a/_sass/includes/footer.scss +++ b/_sass/includes/footer.scss @@ -14,24 +14,14 @@ } .footer-social { + display: flex; + justify-content: center; margin-bottom: 24px; + column-gap: 24px; a { - display: inline-block; - margin: 0 14px; font-size: 2.2rem; - color: #000; - width: 48px; height: 48px; - line-height: 48px; - border-radius: 50%; - background: #ffffff; - transition: background 0.2s, color 0.2s; - - &:hover { - background: $hover-color; - color: #fff; - } } } @@ -67,11 +57,8 @@ margin-bottom: 18px; } .footer-social a { - margin: 0 8px; font-size: 1.7rem; - width: 36px; height: 36px; - line-height: 36px; } .footer-links a { margin: 0 5px;