본문 바로가기

🌱 PLA 기초 지식

(0)

소개 · 문의하기 · 개인정보-처리-방침 · 면책조항 · 이용약관 ·

© 2026 소소한 일상 연구소

/* 푸터 페이지 링크 중앙 정렬 */ #footer { text-align: center !important; } #footer ul { display: flex !important; justify-content: center !important; align-items: center; flex-wrap: wrap; gap: 15px; padding: 0; } #footer li { list-style: none; }