From 2c5d4359e2fca6d92f7b662ba18fa14096a777b5 Mon Sep 17 00:00:00 2001
From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de>
Date: Sun, 2 Apr 2023 13:50:34 +0200
Subject: [PATCH] [doc][model] Font size

---
 slides/model.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slides/model.md b/slides/model.md
index 76bef5a1..4da2f8d8 100644
--- a/slides/model.md
+++ b/slides/model.md
@@ -123,6 +123,7 @@ with
 - $\sigma:$ sub control volume face (scvf)
 
 ## Flux term
+<font size=8>
 ```cpp
 NumEqVector computeFlux(const Problem& problem,
                         const Element& element,
@@ -134,6 +135,7 @@ NumEqVector computeFlux(const Problem& problem,
     ...
 }
 ```
+</font>
 
 ## Flux term
 ```cpp
-- 
GitLab