terminal.css

.terminal {
    height: 40%;
    position: absolute;
    right: 1em;
    top: 1em;
    max-width: 40em;
    border: 2px solid var(--highlight);
    z-index: 10;
}

@media only screen and (max-width: 500px) {
  .terminal {
    position: relative;
    max-width: 80vw;
    height: 10%;
    padding-bottom: 5em;
  }
}
Revisions
DateHash
2024-04-13
2024-01-28
2023-10-26