1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 05:18:28 -04:00

fix layout shift when number of hits loads

This commit is contained in:
Jake Jarvis 2022-01-14 17:24:34 -05:00
parent 58c82a1715
commit 5f3cf02669
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

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;
}