Fix subtitle alignment at small breakpoint

This commit is contained in:
Jade Ellis 2024-07-24 01:34:16 +00:00 committed by GitHub
parent 8ed038fb6b
commit c6f0197ef9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,7 @@
max-width: 520px;
}
.title,
[role="doc-subtitle"],
.description {
text-align: left;
}