Browse Source

updating layout

pull/22/head
Jason Williams 5 years ago
parent
commit
8287726825
  1. 14
      dist/index.html
  2. 14
      index.html

14
dist/index.html vendored

@ -35,6 +35,20 @@
padding: 8px; padding: 8px;
font-size: 2rem; font-size: 2rem;
} }
@media (min-width: 768px) and (max-width: 1024px) {
.demo__repl {
flex-direction: column;
}
.textarea.textbox {
min-height: 279px;
}
.output {
min-height: 100px;
}
}
</style> </style>
<body> <body>

14
index.html

@ -35,6 +35,20 @@
padding: 8px; padding: 8px;
font-size: 2rem; font-size: 2rem;
} }
@media (min-width: 768px) and (max-width: 1024px) {
.demo__repl {
flex-direction: column;
}
.textarea.textbox {
min-height: 279px;
}
.output {
min-height: 100px;
}
}
</style> </style>
<body> <body>

Loading…
Cancel
Save