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
+1
View File
@@ -61,6 +61,7 @@
max-width: 520px;
}
.title,
[role="doc-subtitle"],
.description {
text-align: left;
}