Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-18 23:06:40 +03:00
parent fdb2f42568
commit 5e85c17e7f

View File

@ -57,6 +57,10 @@ var setup = function(){
- ```
code block
```
- *the problem\:*
- we need to keep both the `.view` and `.code` elements' height in sync
- Q: should the sizes be equal? which is the master size?
- ways to fix:
- try `display:flex` on `.block` and position one elem over the other...
- _...not sure how to deal with `.children` yet_
- another way to go is to place `.text` stuff in a div and style that...