Skip to content

Commit aecc173

Browse files
committed
style(buttons): attempt to fix display (so doesn't linebreak in button)
1 parent fab2925 commit aecc173

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css/cardslider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
.card-list .card-item .message-button {
4242
display: inline-flex;
4343
align-items: center;
44-
white-space: nowrap;
4544
gap: 0.5rem;
45+
min-width: 130px;
4646
margin-top: 10px;
4747
padding: 10px 35px;
4848
color: rgba(252, 252, 249, 1);

index.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The STARS project supports the development of transparent and impactful discrete
6565
<i class="fa-brands fa-orcid"></i> ORCID
6666
</a>
6767
<a href="https://github.com/amyheather" class="message-button" target="_blank">
68-
<i class="fa-brands fa-github"></i>GitHub
68+
<i class="fa-brands fa-github"></i> GitHub
6969
</a>
7070
</div>
7171
<div class="card-item swiper-slide">
@@ -76,7 +76,7 @@ The STARS project supports the development of transparent and impactful discrete
7676
<i class="fa-brands fa-orcid"></i> ORCID
7777
</a>
7878
<a href="https://github.com/AliHarp" class="message-button" target="_blank">
79-
<i class="fa-brands fa-github"></i>GitHub
79+
<i class="fa-brands fa-github"></i> GitHub
8080
</a>
8181
</div>
8282
<div class="card-item swiper-slide">
@@ -87,7 +87,7 @@ The STARS project supports the development of transparent and impactful discrete
8787
<i class="fa-brands fa-orcid"></i> ORCID
8888
</a>
8989
<a href="https://github.com/NavonilNM" class="message-button" target="_blank">
90-
<i class="fa-brands fa-github"></i>GitHub
90+
<i class="fa-brands fa-github"></i> GitHub
9191
</a>
9292
</div>
9393
<div class="card-item swiper-slide">
@@ -98,7 +98,7 @@ The STARS project supports the development of transparent and impactful discrete
9898
<i class="fa-brands fa-orcid"></i> ORCID
9999
</a>
100100
<a href="https://github.com/andy-mayne" class="message-button" target="_blank">
101-
<i class="fa-brands fa-github"></i>GitHub
101+
<i class="fa-brands fa-github"></i> GitHub
102102
</a>
103103
</div>
104104
</div>

0 commit comments

Comments
 (0)