bnku
Results
2
issues of
bnku
I propose to fix css-styles to correctly display the hooks grid on larapack.io ```css .hooks{ display: flex; flex-wrap: wrap; } .hooks .hook .wrapper{ padding-bottom: 50px; } ```
**templates/base.html** ``` {% extends "admin/base_site.html" %} ... {% block content %}{% endblock %} ... ``` **templates/index.html** ``` {% extends "base-vue.html" %} {% block content %} {{ block.super }} {% endblock...