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

@@ -281,5 +281,10 @@ section.lightgray {
min-height: 50px; min-height: 50px;
} }
} }
}
.sketch-header {
input#sketch-title {
font-weight: bold;
}
} }

View File

@@ -13,7 +13,7 @@
<div class='container pb-5'> <div class='container pb-5'>
<h1>Recent Sketches</h1> <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>
<div class='container'> <div class='container'>
<div class="row"> <div class="row">