1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 23:55:35 -04:00

fix layout shift when number of hits loads

This commit is contained in:
2022-01-14 17:24:34 -05:00
parent 58c82a1715
commit 5f3cf02669

View File

@@ -20,6 +20,8 @@
}
.meta > div:last-of-type {
/* fix potential layout shift when number of hits loads */
min-width: 6em;
margin-right: 0;
}