Changeset 0985524


Ignore:
Timestamp:
Jan 15, 2020, 4:34:25 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
61a051b
Parents:
8cb4e85
Message:

Fix table of contents for mobile view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r8cb4e85 r0985524  
    8282}
    8383
    84 @media screen and (max-width: 800px) {
     84@media screen and (max-width: 768px) {
    8585    #postamble, #meta {
    8686        text-align: center;
     
    9494}
    9595
     96@media screen and (max-width: 120ch) {
     97    #table-of-contents {
     98        display: none !important;
     99    }
     100}
     101
    96102#table-of-contents {
     103    display: block;
    97104    z-index: 1050;
    98105    font-size: 12pt;
Note: See TracChangeset for help on using the changeset viewer.