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