style: reformat css
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M static/style.css → static/style.css
@@ -121,7 +121,7 @@ .index-category { grid-column: 1 / span 3; } -.index-category > header { +.index-category>header { color: var(--gray); grid-column: 1 / span 3; font-style: italic;@@ -174,6 +174,7 @@ .mode, .size { font-family: var(--mono-font); } + .size { text-align: right; }