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