This commit is contained in:
Barrett Ruth 2025-11-29 00:54:06 -05:00
parent 27b778896d
commit 24d6d2a757
5 changed files with 69 additions and 77 deletions

View file

@ -29,18 +29,22 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$";
cursor: pointer;
user-select: none;
}
@media (max-width: 768px) {
@media (max-width: 640px) {
header {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;
}
.terminal-container {
flex: 1 1 auto;
min-width: 0;
}
.terminal-prompt {
font-size: 0.9em;
}
#theme-toggle {
flex: 0 0 auto;
font-size: 1.2em;
}
}
</style>