◊(Local Yarn Code "Check-in [23737623]")

Overview
Comment:Improve front page a bit
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2373762378605935adf5601dbe94b9d5f9019c596c47bf151e4f40f626e730c7
User & Date: joel on 2020-01-22 02:47:46
Other Links: manifest | tags
Context
2020-01-22
04:41
Enable/improve browser print media styles in CSS check-in: ffd04247 user: joel tags: trunk
02:47
Improve front page a bit check-in: 23737623 user: joel tags: trunk
2020-01-19
21:31
Merge ignore-glob updates to trunk check-in: 233fdc64 user: joel tags: trunk
Changes

Modified index.html.pp from [6ce20187] to [fd0468be].

61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
61
62
63
64
65
66
67

68
69
70
71
72
73
74







-







    margin-left: -20vw;
    margin-right: 1rem;
    z-index: -100;
  }

  main {
    background: transparent;
    font-size: 1.3em;
    line-height: 1.2em;
  }
</style>
</head>

<body style="overflow-x:hidden; hyphens: auto">
 <header id="front-page"><div>

Modified web-extra/martin.css.pp from [62e09f38] to [16e6b3ef].

632
633
634
635
636
637
638

639


640
641
642
643
644
645

646
647
648
649
650
651
652
632
633
634
635
636
637
638
639

640
641
642
643
644



645
646
647
648
649
650
651
652







+
-
+
+



-
-
-
+







        font-size: 1.2rem;
    }

    /* ******* (Mobile first) Columnar series list styling *******
     */

    .series-list {
        display: grid;
        column-width: 9rem;
        grid-template-columns: repeat(auto-fill,8em);
        place-content: center;
    }

    .series-list div {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
        padding-left: 0.25em; /* Keeps some italic descenders inside the box */
    }

    .series-list h2 {
        font-feature-settings: "smcp" on;
        text-transform: lowercase;
        font-weight: normal;
        font-size: 1em;