Skip to content

Commit 289a1df

Browse files
committed
removal of stretch link
1 parent bec90b4 commit 289a1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<div class="row justify-content-center">
103103
<div class="col-8">
104104
<ul class="list-group">
105-
<li class="list-group-item list-group-item-dark text-truncate">
105+
<li class="list-group-item list-group-item-dark text-truncate" title="Carbon Programming Language">
106106
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Carbon_logo.png" alt="" width="60" height="60">
107107
Carbon
108108
</li>
@@ -113,7 +113,7 @@
113113
<div class="pt-5">
114114
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
115115
<p class="col-md-4 mb-0 mt-0 text-muted">Last Updated: 2022-08-20</p>
116-
<a href="./files/public-key.pem" class="btn btn-light stretched-link">Public Key</a>
116+
<a href="./files/public-key.pem" class="btn btn-light">Public Key</a>
117117
</footer>
118118
</div>
119119
</div>

0 commit comments

Comments
 (0)