diff --git a/core/static/css/dist/styles.css b/core/static/css/dist/styles.css index 02eba8e..20d3075 100644 --- a/core/static/css/dist/styles.css +++ b/core/static/css/dist/styles.css @@ -1373,6 +1373,11 @@ select { line-height: 2.25rem; } +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem; +} + .font-bold { font-weight: 700; } diff --git a/core/templates/home.html b/core/templates/home.html index 46c242e..2d9a519 100644 --- a/core/templates/home.html +++ b/core/templates/home.html @@ -1,10 +1,12 @@ {% extends 'base.html' %} {% block title %}Strona główna | pdlzbs{% endblock %} {% load static tailwind_tags %} {% block content %}