This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user