From c61ccf2549070341877eb94db9c63743efeb9126 Mon Sep 17 00:00:00 2001
From: elukjanovica <elukjanovica.e@rkg.lv>
Date: Sun, 3 Mar 2024 13:25:14 +0200
Subject: [PATCH]

---
 main.py | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/main.py b/main.py
index a593abd..d03004a 100644
--- a/main.py
+++ b/main.py
@@ -161,20 +161,22 @@ else:
         FONT_SIZE = 22
         FONT_SIZE2 = 19
     elif FONT == FONTS[2]:
-        FONT_SIZE = 21
-        FONT_SIZE2 = 18
+        FONT_SIZE = 26
+        FONT_SIZE2 = 22
     puzzle_size = (360, 360)
     non_movable_area = pygame.Rect(18, 48, 360, 360)
     timer_area = pygame.Rect(49, 5, 86, 32)
     win_area = pygame.Rect(200, 214, 360, 360)
-    size = [50, 55, 328, 35]
-    cons = [35, 455, 25, 13, 26]
+    size = [50, 58, 328, 35]
+    cons = [35, 455, 26, 8, 26]
     scaled_size = (43, 48, 310, 310)
     area = (197, 390)
     spaces = [24, 34, 50, 84, 8]
     f_line = [276, 70, 200, 32]
     s_line = [276, 105, 200, 32]
     s_button = [479, 70, 24, 40]
+    if current_style == STYLE_CHOICES[0]:
+        cons[3] = 10
 
 puzzle_version = settings_data["grid"]