Skip to content

Commit a0c149e

Browse files
committed
Update styling and structure for support section in index.html
1 parent a68b4aa commit a0c149e

2 files changed

Lines changed: 21 additions & 8 deletions

File tree

feascript-website.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ mjx-container {
342342
list-style: none;
343343
margin: 0;
344344
padding-left: 0;
345-
max-width: 900px;
345+
max-width: 1000px;
346346
}
347347

348348
.tutorials-list li {
@@ -353,12 +353,12 @@ mjx-container {
353353
margin-bottom: 12px;
354354
padding: 14px 18px;
355355
border-radius: 12px;
356-
border: 1px solid #e8e8e8;
356+
border: 2px solid #e8e8e8;
357357
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
358358
transition:
359359
box-shadow 0.2s ease,
360360
transform 0.2s ease;
361-
max-width: 900px;
361+
max-width: 1000px;
362362
}
363363

364364
.tutorials-list li:hover {
@@ -507,7 +507,7 @@ mjx-container {
507507
align-items: center;
508508
gap: 0.5em;
509509
padding: 12px 16px;
510-
border: 1px solid #e4c9f9;
510+
border: 3px solid #cac9f9;
511511
border-radius: 10px;
512512
background: #faf5ff;
513513
max-width: 100%;

index.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -931,10 +931,23 @@ <h2 id="documentation"><a name="Documentation"></a>Documentation</h2>
931931
<a href="https://blog.feascript.com">FEAScript blog</a>.
932932
</p>
933933

934-
<div class="sponsor-cta">
935-
💖 If you find FEAScript useful, please consider supporting its development:
936-
<a href="https://github.com/sponsors/FEAScript">GitHub Sponsors</a> ·
937-
<a href="https://liberapay.com/FEAScript/donate">Liberapay</a>
934+
<p class="blue-label" style="margin-bottom: 0">SUPPORT FEASCRIPT</p>
935+
<div class="blue-box" style="margin-top: 5px">
936+
<p>
937+
💖 If you find FEAScript useful, please consider supporting its development:
938+
<a href="https://github.com/sponsors/FEAScript"
939+
><img
940+
src="https://img.shields.io/badge/Sponsor-GitHub%20Sponsors-ea4aaa?logo=githubsponsors&logoColor=white"
941+
alt="GitHub Sponsors"
942+
style="height: 20px; vertical-align: middle; margin-left: 4px"
943+
/></a>
944+
<a href="https://liberapay.com/FEAScript/donate"
945+
><img
946+
src="https://img.shields.io/badge/Donate-Liberapay-F6C915?logo=liberapay&logoColor=black"
947+
alt="Donate on Liberapay"
948+
style="height: 20px; vertical-align: middle; margin-left: 4px"
949+
/></a>
950+
</p>
938951
</div>
939952

940953
<h2 id="licensing"><a name="Licensing"></a>Licensing</h2>

0 commit comments

Comments
 (0)