Skip to content

Commit 49771b7

Browse files
committed
Add styles for the 'categories footer'
I feel bad adding another entire style file, but the overhead should still be pretty dang minimal since this just adjusts a couple of styling bits and bobs. Signed-off-by: Kristofer Rye <[email protected]>
1 parent 64aae11 commit 49771b7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

app/styles/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $link-color: rgb(0, 172, 91);
1313
@import "application";
1414
@import "home";
1515
@import "category-slugs";
16+
@import "categories";
1617
@import "crate";
1718
@import "crate/version";
1819
@import "components/crate-toml-copy";

app/styles/categories.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* Styles for the /categories page */
2+
3+
.categories-footer {
4+
width: 100%;
5+
padding: 1em;
6+
text-align: center;
7+
font-size: 85%;
8+
}

0 commit comments

Comments
 (0)