I changed the parident and parskip of my document. But now there is a huge empty space after the sections. How can I reduce the space after a section?
\documentclass[12pt,a4paper]{scrartcl}
\begin{document}
\setlength\parindent{0pt}
\setlength{\parskip}{\baselineskip}
\section{Test}
\subsection{Test}
Test test test test.
Test test test test.
\subsection{Test}
Test test test test.
Test test test test.
\end{document}