Skip to content

Commit bbd8064

Browse files
committed
Block some space to prevent the entire element from shifting left
1 parent 9802061 commit bbd8064

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css/site.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ h1 {
161161
z-index: 999;
162162
}
163163

164+
.loading-dots {
165+
display: inline-block;
166+
width: 1em;
167+
text-align: left;
168+
}
169+
164170
.loading-dots::after {
165171
content: "";
166172
animation: loading-dots 2.5s steps(1) infinite;

0 commit comments

Comments
 (0)