fix text width

This commit is contained in:
planetabhi
2023-12-24 02:02:41 +05:30
parent d340da4a21
commit 3b79c325b0
+2 -2
View File
@@ -83,7 +83,7 @@ const { site, title, tagline } = Astro.props;
<div class="footer">
Built with Astro &amp; <a href="https://new-ui.com/?ref=riseofmachine" class="nu-u-link--subtle" target="_blank">New UI</a>.
<br>
Brought to you by <a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a> ᕦ(ò_óˇ)ᕤ
Brought to you by <a href="https://planetabhi.netlify.app/" class="nu-u-link--subtle" target="_blank">@planetabhi</a>. ᕦ(ò_óˇ)ᕤ
</div>
</body>
</html>
@@ -117,7 +117,7 @@ const { site, title, tagline } = Astro.props;
margin-top: var(--spacing-00);
}
p.description-text {
max-inline-size: 600px;
max-inline-size: 570px;
}
.nu-u-link--subtle {
color: var(--text-secondary) !important;