mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 14:17:36 -05:00
style(html): reformat hero CTA anchor tag onto multiple lines
Long attribute list was exceeding line-length; split across lines for readability. No behavior change. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -36,7 +36,10 @@
|
||||
</p>
|
||||
|
||||
<div class="hero-actions">
|
||||
<a href="#library-index" class="hero-action hero-action-primary" data-scroll-to="library-index"
|
||||
<a
|
||||
href="#library-index"
|
||||
class="hero-action hero-action-primary"
|
||||
data-scroll-to="library-index"
|
||||
>Browse the List</a
|
||||
>
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user