page8.css 179 B

1234567891011
  1. .page8-card {
  2. padding: 8px;
  3. height:calc(100% - 12px);
  4. box-sizing:border-box;
  5. }
  6. .page8-card #ssh-terminal {
  7. width: 100%;
  8. height: 100%;
  9. background: #111;
  10. }