Skip to content

Commit f636367

Browse files
Add border to copyright
1 parent d263b46 commit f636367

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

app/stylesheets/MainContainer.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
.main-routes {
1010
width: 100%;
1111
height: 100%;
12+
padding-bottom: 20px;
1213
}
1314

1415
.copyright-container {
15-
@include centerWithFlex();
16+
@include centerWithFlex(center);
1617
width: 100%;
18+
padding: 10px;
19+
border-top: thin solid $lightgray;
1720
}
1821
}

app/stylesheets/constants.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$brandgold: #fce356;
22
$sidebarblue: #24262f;
33
$headergray: #e8e8e8;
4+
$lightgray: #c3c3c3;
45

56
@mixin centerWithFlex($justify: center) {
67
display: flex;

0 commit comments

Comments
 (0)