Skip to content

Commit

Permalink
💄 [#1385] Remove development styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed May 8, 2023
1 parent 3b53a42 commit 53c4715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/open_inwoner/scss/_cms_dev.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
.debug-cms-block {
outline: 2px red dashed;
background-color: lightcoral;
}
// Styles for debugging
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2 class="h2">
<div class="plans-cards card-container card-container--columns-4">
{% for plan in plans %}
{% render_card image_object_fit="cover" %}
<a href="{{ plan.get_absolute_url }}" class="plan-list"><h4 class="h4">{{ plan.title }}</h4>
<a href="{{ plan.get_absolute_url }}" class="plan-list"><p class="h4">{{ plan.title }}</p>
<p class="p">{{ plan.goal|truncatewords:20 }}</p>
<p class="p">{{ plan.description|truncatewords:20 }}</p></a>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/open_inwoner/templates/pages/user-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 class="h2">
<div class="plans-cards card-container card-container--columns-4">
{% for plan in plans %}
{% render_card image_object_fit="cover" %}
<a href="{{ plan.get_absolute_url }}" class="plan-list"><h4 class="h4">{{ plan.title }}</h4>
<a href="{{ plan.get_absolute_url }}" class="plan-list"><p class="h4">{{ plan.title }}</p>
<p class="p">{{ plan.goal|truncatewords:20 }}</p>
<p class="p">{{ plan.description|truncatewords:20 }}</p></a>
<a
Expand Down

0 comments on commit 53c4715

Please sign in to comment.