Skip to content

Commit 22ef41d

Browse files
committed
update design
1 parent a969af7 commit 22ef41d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

dnotebook/src/public/stylesheets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a {
66
color: #00B7FF;
77
}
88

9-
.container{
9+
.content{
1010
padding: 20px;
1111
margin-left: 10px;
1212
margin-right: 10px;

dnotebook/src/views/about.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</div>
8484
</div>
8585
<hr>
86-
<div class="row">
86+
<div class="row" style="margin-bottom: 40px;">
8787
<div class="col-md-8">
8888
<h3> Creators and Core Maintainers</h3>
8989

dnotebook/src/views/layout.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@
140140
{{{body}}}
141141

142142

143+
<nav class="navbar-dark bg-dark fixed-bottom">
144+
<div class="col-md-12 text-center">
145+
<p style="color: white;"> © 2020 Dnotebook</p>
146+
</div>
147+
</nav>
143148
<script src="javascripts/index.js"></script>
144149
<script src="javascripts/utils.js"></script>
145150
</body>

0 commit comments

Comments
 (0)