fix css
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 13m31s

This commit is contained in:
2025-06-14 13:39:10 +09:00
parent 867eac6b90
commit c2ca88b761

View File

@ -199,6 +199,12 @@ a.view-markdown:any-link {
width: 100%;
}
@media (max-width: 1200px) {
.main-content {
padding: 24px 0;
}
}
/* Timeline */
.timeline-container {
max-width: 600px;
@ -621,14 +627,15 @@ a.view-markdown:any-link {
}
.footer-social a {
color: var(--dark-gray);
text-decoration: none;
color: var(--dark-gray) !important;
text-decoration: none !important;
font-size: 16px;
transition: all 0.2s ease;
}
.footer-social a:hover {
color: var(--theme-color);
color: var(--theme-color) !important;
opacity: 0.8;
}
.main-footer p {
@ -793,6 +800,12 @@ a.view-markdown:any-link {
padding: 10px;
}
/* Reduce logo size on mobile */
.logo .likeButton {
width: 50pt !important;
height: 50pt !important;
}
/* Position AI button on the right */
.header-actions {
grid-column: 3;