Changeset adfd46a


Ignore:
Timestamp:
Nov 13, 2022, 1:22:37 AM (2 years ago)
Author:
w96k <w96k@…>
Branches:
master
Children:
a9a951e
Parents:
83930f1
Message:

Fix Menu and Footer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r83930f1 radfd46a  
    5353    position: relative;
    5454    z-index: 999;
    55     overflow-x: scroll;
    5655   
    5756    /* top: calc(var(--universal-padding) - 2px); */
     
    8382}
    8483
     84#preamble, #postamble {
     85    overflow-x: scroll;
     86}
     87
    8588#preamble {
    8689    max-width: calc(60ch + 6em);
     
    99102#postamble p {
    100103    margin-top: 0;
     104}
     105
     106#postamble ul {
     107    display: flex;
     108    list-style: square;
     109    margin: 0;
     110    padding-left: 0;
     111}
     112
     113@media only screen and (max-width: 500px) {
     114    #postamble ul {
     115        flex-direction: column;
     116    }
     117
     118    #postamble ul li:first-child {
     119        list-style: square;
     120    }
     121}
     122
     123#postamble ul li {
     124    margin: 0 0.75em;
     125    margin: 0 1ch;
     126}
     127
     128#postamble ul li:first-child {
     129    list-style: none;
    101130}
    102131
Note: See TracChangeset for help on using the changeset viewer.