I'm trying to make two rules of different length directly under each other, something like:
--------------------
====================
Where = is a fatter line than -. The vertical space inbetween should be 1mm. However this doesn't work:
\rule{\textwidth}{1mm}
\vspace{1mm}
\rule{\textwidth}{3mm}
The lines are way more than 1mm separated. How can I get this working?

