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