lukehaas / css-loaders

A collection of loading spinners animated with CSS
MIT License
7.05k stars 1.04k forks source link

Fix Margins so total div height doesn't move #18

Open mix3d opened 9 years ago

mix3d commented 9 years ago

Was changing the height of the parent div, so this fixes the margin from moving :)

maxfarseer commented 9 years ago

Thank you, it's works!

mix3d commented 4 years ago

.... chirp chirp

lukehaas commented 4 years ago

@mix3d good solution but the changes here have been added to the computed css files not the source files. Please move the changes to the less and sass files.