We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aecfb6 commit 88929e9Copy full SHA for 88929e9
1 file changed
WebSite/assets/css/blog.css
@@ -656,21 +656,25 @@
656
}
657
658
.post-content {
659
- min-width: 0; /* flex/grid itemの幅が縮小できるようにする */
+ min-width: 0;
660
661
662
.post-sidebar {
663
display: none;
664
665
666
-@media (min-width: 1120px) {
+@media (min-width: 1000px) {
667
.post-layout {
668
- grid-template-columns: minmax(0, 1fr) 280px;
669
- gap: 3rem;
+ grid-template-columns: minmax(0, 1fr) 250px;
+ gap: 1rem;
670
671
672
display: block;
673
674
+
675
+ body[data-page="blog"] .main-container {
676
+ max-width: 1180px;
677
+ }
678
679
680
/* ==========================================================================
@@ -747,5 +751,5 @@
747
751
748
752
.toc-item a.is-active {
749
753
color: var(--color-accent);
750
- font-weight: 700;
754
+ font-weight: 600;
755
0 commit comments