Skip to content

Commit 596f8ec

Browse files
authored
Update projects.liquid
1 parent dc934c6 commit 596f8ec

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

_includes/projects.liquid

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
%}
1414
{% endif %}
1515
<div class="card-body">
16-
<div style="margin-top: 10px;"> <!-- Container for spacing -->
17-
<div style="
18-
display: inline-block; /* To fit content size */
19-
padding: 5px 10px; /* Space inside the rectangle */
20-
border: 1px solid #ccc; /* Border of the rectangle */
21-
background-color: #fbe18e; /* Background color */
22-
font-size: 12px; /* Font size for the text */
23-
color: #333; /* Text color */
24-
border-radius: 4px; /* Rounded corners */
25-
">
26-
{{ project.fund }}
27-
</div>
28-
</div>
2916
<h4 class="card-title">{{ project.title }}</h4>
3017
<p class="card-text" style="font-size: 10px;">{{ project.description }}</p>
3118
<div class="row ml-1 mr-1 p-0">

0 commit comments

Comments
 (0)