style: style tweaks

This commit is contained in:
Anand Chitipothu
2021-05-07 18:32:06 +05:30
parent 64cf14ed92
commit c40ab9a726
2 changed files with 16 additions and 11 deletions

View File

@@ -271,15 +271,20 @@ section.lightgray {
}
@media (max-width: 768px) {
.canvas-wrapper {
padding-top: 10px;
.canvas-wrapper {
padding-top: 10px;
}
.code-wrapper {
min-height: 50px;
}
.CodeMirror {
min-height: 50px;
}
}
}
.sketch-header {
input#sketch-title {
font-weight: bold;
}
.code-wrapper {
min-height: 50px;
}
.CodeMirror {
min-height: 50px;
}
}
}

View File

@@ -13,7 +13,7 @@
<div class='container pb-5'>
<h1>Recent Sketches</h1>
<a href="/sketches/new">Create a New Sketch</a>
<a href="/sketches/new" class="btn btn-primary">Create a New Sketch</a>
</div>
<div class='container'>
<div class="row">