Changeset 1f1a1c8
- Timestamp:
- Jul 28, 2022, 12:17:51 AM (2 years ago)
- Branches:
- master
- Children:
- 7123feb
- Parents:
- 54dab96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r54dab96 r1f1a1c8 122 122 position: fixed; 123 123 left: 75ch; 124 top: calc(var(--universal-margin) + 3.9rem);124 top: calc(var(--universal-margin) + 2.6rem); 125 125 background: #fefefe; 126 126 line-height: 12pt; … … 245 245 .org-webring .org-webring-articles { 246 246 display: flex; 247 flex-flow: row wrap;247 flex-flow: column; 248 248 margin: 0 0.25em; 249 249 } … … 256 256 } 257 257 .org-webring .org-webring-article { 258 flex: 1 1 auto; 259 position: relative; 260 flex-basis: 40%; 258 position: relative; 259 flex-basis: 45%; 261 260 display: flex; 262 261 flex-direction: column; … … 274 273 left: 0; 275 274 top: 0; 276 margin-left: -0.1 5em;275 margin-left: -0.125em; 277 276 font-size: 1.1em; 278 277 }
Note:
See TracChangeset
for help on using the changeset viewer.