mirror of
https://github.com/penpot/penpot.git
synced 2026-07-03 21:05:25 +00:00
🐛 Replace hyphens with bullets in subscriptions benefits
This commit is contained in:
parent
0182f239ae
commit
04f6549e82
@ -73,7 +73,7 @@
|
||||
[:h5 {:class (stl/css :benefits-title)} benefits-title])
|
||||
[:ul {:class (stl/css :benefits-list)}
|
||||
(for [benefit benefits]
|
||||
[:li {:key (dm/str benefit) :class (stl/css :benefit)} "- " benefit])]
|
||||
[:li {:key (dm/str benefit) :class (stl/css :benefit)} benefit])]
|
||||
|
||||
(when has-cta-button
|
||||
[:> button* {:variant "primary"
|
||||
|
||||
@ -150,6 +150,8 @@
|
||||
}
|
||||
|
||||
.benefits-list {
|
||||
list-style-position: inside;
|
||||
list-style-type: disc;
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user