diff --git a/core/templates/home.html b/core/templates/home.html
index afad3b7..76a4889 100644
--- a/core/templates/home.html
+++ b/core/templates/home.html
@@ -1,13 +1,13 @@
{% extends 'base.html' %} {% block title %}Strona główna | pdlzbs{% endblock %}
{% load static tailwind_tags %} {% block content %}
-
+
Grand Prix Województwa
{{ gpw.content | safe }}
-
+
diff --git a/theme/static/css/dist/styles.css b/theme/static/css/dist/styles.css
index e7e5e78..40b511f 100644
--- a/theme/static/css/dist/styles.css
+++ b/theme/static/css/dist/styles.css
@@ -1322,8 +1322,12 @@ select {
max-width: 100%;
}
-.basis-3\/5 {
- flex-basis: 60%;
+.max-w-screen-md {
+ max-width: 768px;
+}
+
+.max-w-screen-sm {
+ max-width: 640px;
}
.basis-1\/2 {