Changeset 1f1a1c8


Ignore:
Timestamp:
Jul 28, 2022, 12:17:51 AM (2 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
7123feb
Parents:
54dab96
Message:

Change toc padding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r54dab96 r1f1a1c8  
    122122    position: fixed;
    123123    left: 75ch;
    124     top: calc(var(--universal-margin) + 3.9rem);
     124    top: calc(var(--universal-margin) + 2.6rem);
    125125    background: #fefefe;
    126126    line-height: 12pt;
     
    245245.org-webring .org-webring-articles {
    246246    display: flex;
    247     flex-flow: row wrap;
     247    flex-flow: column;
    248248    margin: 0 0.25em;
    249249}
     
    256256}
    257257.org-webring .org-webring-article {
    258     flex: 1 1 auto;
    259     position: relative;
    260     flex-basis: 40%;
     258    position: relative;
     259    flex-basis: 45%;
    261260    display: flex;
    262261    flex-direction: column;
     
    274273    left: 0;
    275274    top: 0;
    276     margin-left: -0.15em;
     275    margin-left: -0.125em;
    277276    font-size: 1.1em;
    278277}
Note: See TracChangeset for help on using the changeset viewer.