change font size of twelve days

This commit is contained in:
nek0 2020-01-20 08:00:10 +01:00
parent 4cf79797c6
commit 1043015186
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -168,7 +168,7 @@ fib n = fib (n - 2) + fib (n - 1)
\frametitle{Advanced Example}
\lstinputlisting[
basicstyle=\color{white}\fontsize{9pt}{9pt}\ttfamily
basicstyle=\color{white}\fontsize{8pt}{8pt}\ttfamily
]{12days.hs}
\end{frame}