mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 03:01:56 +00:00
Make frontend scale nicely regardless of window size
This commit is contained in:
parent
279aaf797b
commit
4bb2e9c2f2
@ -1,3 +1,3 @@
|
||||
.tfw-first-row {
|
||||
height: 300px;
|
||||
.first-row {
|
||||
height: 40vh;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
.tfw-ace-editor {
|
||||
min-height: 200px;
|
||||
height: 80%;
|
||||
width:100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user