Skip to content

Commit f1ff673

Browse files
committed
more tweaks: full-width footer and consistent padding
1 parent f8d70c9 commit f1ff673

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_base.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ pre > code {
100100
}
101101
#navbar {
102102
width: 100vw;
103+
padding: 0 .5rem;
103104
}
104105
#navbar .brand {
105-
margin: 0 0 0 .5rem;
106+
margin: 0;
106107
}
107108
@media only screen and (max-width: 767px) {
108109
#navbar:not(.shown) > *:not(:first-child) {
@@ -444,6 +445,8 @@ footer {
444445
width: 100%;
445446
color: #888888;
446447
.container {
448+
width: 100vw !important;
449+
padding: 0 .5rem;
447450
.fa {
448451
width: 16px;
449452
text-align: center;

public/less/_dashboard.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
.dashboard-navbar {
6666
width: 100vw;
67-
padding: 0 0 0 .5rem;
67+
padding: 0 .5rem;
6868
}
6969
}
7070

0 commit comments

Comments
 (0)