Increase spacing between tasks

This commit is contained in:
Jackson Kearl
2021-03-17 01:14:05 -07:00
parent 26a77fb7fb
commit 5bb215e893
@@ -264,6 +264,7 @@
.monaco-workbench .part.editor > .content .gettingStartedContainer .gettingStartedSlide.detail .getting-started-task {
display: flex;
width: 100%;
margin: 4px 0;
overflow: hidden;
transition: height .1s linear;
}