UI: 2024 Hero component options #103971

Merged
Márton Lente merged 66 commits from ui/2024-hero-options into main 2024-09-24 13:00:31 +02:00
4 changed files with 3 additions and 8 deletions
Showing only changes of commit 107723fb67 - Show all commits

View File

@ -171,11 +171,6 @@ button.going-star
z-index: 10
.flatpage
+padding(3)
+media-sm
+padding(5)
img
border-radius: var(--border-radius)

View File

@ -34,7 +34,7 @@
.container
.row
.col
.box
.box.p-3.p-sm-5
| {% block content_main %}
| {% endblock content_main %}
| {% endblock content %}

View File

@ -10,7 +10,7 @@
.container.mt-3
.row
.col
.box.p-3
.box.p-3.p-sm-5
| {% block content_main %}
| {% endblock content_main %}
| {% endblock content %}

View File

@ -24,7 +24,7 @@
| {% endblock sidebar %}
.col-md-9
.box.p-3
.box.p-3.p-sm-5
| {% block content_main %}
| {% endblock content_main %}
| {% endblock content %}