Update: some margins in some places

This commit is contained in:
Rectos VX 2024-05-05 15:43:03 +04:00
parent 4d53119390
commit fa31a4e340
3 changed files with 3 additions and 2 deletions

View file

@ -108,6 +108,7 @@
.icon-text {
margin-left: 4px;
margin-right: 4px;
display: inline-flex;
flex-direction: column;
align-items: center;

View file

@ -10,7 +10,7 @@
</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 -->
</div>
<p class="card-text" th:text="${cardText}"></p>

View file

@ -359,7 +359,7 @@
<img src="images/discord.svg" alt="discord">
</a>
<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
</span>
</a>