mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 02:51:57 +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 {
|
.first-row {
|
||||||
height: 300px;
|
height: 40vh;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.tfw-ace-editor {
|
.tfw-ace-editor {
|
||||||
min-height: 200px;
|
height: 80%;
|
||||||
width:100%;
|
width:100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user