Changeset adfd46a
- Timestamp:
- Nov 13, 2022, 1:22:37 AM (2 years ago)
- Branches:
- master
- Children:
- a9a951e
- Parents:
- 83930f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r83930f1 radfd46a 53 53 position: relative; 54 54 z-index: 999; 55 overflow-x: scroll;56 55 57 56 /* top: calc(var(--universal-padding) - 2px); */ … … 83 82 } 84 83 84 #preamble, #postamble { 85 overflow-x: scroll; 86 } 87 85 88 #preamble { 86 89 max-width: calc(60ch + 6em); … … 99 102 #postamble p { 100 103 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; 101 130 } 102 131
Note:
See TracChangeset
for help on using the changeset viewer.