mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-05 00:06:24 +01:00
Update: some margins in some places
This commit is contained in:
parent
4d53119390
commit
fa31a4e340
@ -108,6 +108,7 @@
|
|||||||
|
|
||||||
.icon-text {
|
.icon-text {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
margin-right: 4px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h5 class="card-title ms-2" th:text="${cardTitle}"></h5>
|
<h5 class="card-title mx-2" th:text="${cardTitle}"></h5>
|
||||||
<!-- Add some margin-left (ms-2) for spacing between SVG and title -->
|
<!-- Add some margin-left (ms-2) for spacing between SVG and title -->
|
||||||
</div>
|
</div>
|
||||||
<p class="card-text" th:text="${cardText}"></p>
|
<p class="card-text" th:text="${cardText}"></p>
|
||||||
|
@ -359,7 +359,7 @@
|
|||||||
<img src="images/discord.svg" alt="discord">
|
<img src="images/discord.svg" alt="discord">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/sponsors/Frooodle" class="mx-1" role="button" th:title="#{donate}">
|
<a href="https://github.com/sponsors/Frooodle" class="mx-1" role="button" th:title="#{donate}">
|
||||||
<span class="material-symbols-rounded fill footer-icon">
|
<span class="material-symbols-rounded fill footer-icon" style="font-size: 2.5rem;">
|
||||||
favorite
|
favorite
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user