From f96a3ed1f18e3c7667c831016121d93ef6340bc0 Mon Sep 17 00:00:00 2001 From: Kamil Date: Thu, 12 Jun 2025 23:42:55 +0200 Subject: [PATCH 1/2] fix --- .../FlaskWebProject/static/style.css | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/FlaskWebProject/FlaskWebProject/static/style.css b/FlaskWebProject/FlaskWebProject/static/style.css index e8237e6..7450541 100644 --- a/FlaskWebProject/FlaskWebProject/static/style.css +++ b/FlaskWebProject/FlaskWebProject/static/style.css @@ -878,4 +878,32 @@ select background-color: var(--barca-blue); border-radius: 10px; border: 2px solid white; +} +@media (max-width: 600px){ + .sectionmatches + { + font-size: 10px; + } + .sectionmatches th{ + padding: 3px; + } + .club-stats-grid + { + grid-template-columns: 1fr 1fr !important; + } + .club-stats-grid .stat-box + { + width: 100%; + } + .section-stats-center .section-stats .stats + { + display: flex; + flex-direction: column; + align-items: center; + } + .section-stats-center .section-stats .stats .stat-box + { + width: 100%; + padding: 0; + } } \ No newline at end of file From 8fb2a22c2a40da48f71008cf6da477606de486df Mon Sep 17 00:00:00 2001 From: Kamil Date: Fri, 13 Jun 2025 00:32:13 +0200 Subject: [PATCH 2/2] another one --- FlaskWebProject/FlaskWebProject/templates/compare.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlaskWebProject/FlaskWebProject/templates/compare.html b/FlaskWebProject/FlaskWebProject/templates/compare.html index d3ee2c0..45fd4f7 100644 --- a/FlaskWebProject/FlaskWebProject/templates/compare.html +++ b/FlaskWebProject/FlaskWebProject/templates/compare.html @@ -51,7 +51,7 @@
-

{{ player.assists}}

+

{{ player.matches}}