Fix webring layout on mobile screens and when content is too short
1 files changed, 6 insertions(+), 4 deletions(-) M assets/style.scss
M assets/style.scss => assets/style.scss +6 -4
@@ 357,14 357,11 @@ section.webring { .article { text-align: left; text-justify: none; width: 100%; margin: 0 0.3rem; } .article:first-child { margin-left: 0; } .summary { margin-bottom: 0.5rem; @@ } 477,6 474,11 @@ section.webring { .articles { flex-direction: row; } .article:first-child { margin-left: 0; } } }