diff options
Diffstat (limited to 'templates.fnl')
| -rw-r--r-- | templates.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates.fnl b/templates.fnl index 0e4c1bb..6642f8f 100644 --- a/templates.fnl +++ b/templates.fnl @@ -97,7 +97,7 @@ (let [total (accumulate [sum 0 _ v (ipairs basket)] (+ sum (* v.quantity v.price-per)))] (HTML - [:section {} + [:section {:class "with-backdrop"} [:h2 {} "Корзина"] [:div {:class "mb-0-25"} (table.concat |
