fix text width
This commit is contained in:
@@ -83,7 +83,7 @@ const { site, title, tagline } = Astro.props;
|
||||
<div class="footer">
|
||||
Built with Astro & <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;
|
||||
|
||||
Reference in New Issue
Block a user