diff --git a/static/css/custom.css b/static/css/custom.css index 4fa1465..b6b54da 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -381,4 +381,10 @@ select.form-select:focus { grid-row: 3 / 4; width: 100%; } +} + +.hr-bw { + border: 0; + border-top: 1px dashed rgba(255, 255, 255, 0.2); + margin: 10px 0; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 43191b5..ed53fdb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,13 +34,13 @@ zbiórki{% endif %}{% endblock %}