We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc934c6 commit 596f8ecCopy full SHA for 596f8ec
_includes/projects.liquid
@@ -13,19 +13,6 @@
13
%}
14
{% endif %}
15
<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
29
<h4 class="card-title">{{ project.title }}</h4>
30
<p class="card-text" style="font-size: 10px;">{{ project.description }}</p>
31
<div class="row ml-1 mr-1 p-0">
0 commit comments