feat: fix styling

This commit is contained in:
Barrett Ruth 2025-05-22 16:38:54 -05:00
parent da030f3dc1
commit 865065f89b
7 changed files with 822 additions and 79 deletions

View file

@ -100,13 +100,6 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$";
</script>
<style>
header {
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-links a {
margin-left: 25px;
text-decoration: none;