fix layout

This commit is contained in:
2026-01-15 18:09:50 +09:00
parent 9f693cbb0b
commit f5170319da

View File

@@ -30,9 +30,6 @@ body {
.profile { .profile {
background: #1a1a1a; background: #1a1a1a;
} }
.services {
border-color: #333;
}
.service-item { .service-item {
background: #2a2a2a; background: #2a2a2a;
color: #e0e0e0; color: #e0e0e0;
@@ -231,8 +228,6 @@ body {
flex-wrap: wrap; flex-wrap: wrap;
gap: 8px; gap: 8px;
margin-top: 12px; margin-top: 12px;
padding-top: 12px;
border-top: 1px solid #eee;
} }
.service-item { .service-item {
@@ -264,6 +259,8 @@ body {
/* Post List */ /* Post List */
.post-list { .post-list {
list-style: none; list-style: none;
margin-top: 24px;
margin-bottom: 24px;
} }
.post-item { .post-item {