Skip to content

Commit 3e7fa7b

Browse files
committed
style
1 parent 577c92e commit 3e7fa7b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tools.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44
permalink: /tools/
55
---
66

7-
<div class="container">
7+
<style>
8+
.tools {
9+
padding-top: 30px;
10+
}
11+
.tools .panel-heading h3 {
12+
margin-top: 12px;
13+
margin-bottom: 12px;
14+
}
15+
</style>
16+
17+
<div class="container tools">
818
<div class="row">
919
<div class="col-md-4">
1020
<div class="panel panel-default">

0 commit comments

Comments
 (0)