Skip to content

Commit

Permalink
ADD: Footerlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Maes committed Dec 16, 2019
1 parent d67e651 commit 8af977d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion exports/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ div.scrollbox.no-y

section.sponsors
{
margin-top: 5em;
padding: 1rem;
}

Expand Down Expand Up @@ -145,4 +144,12 @@ section.sponsors .sponsor img
section.sponsors .sponsor.has-background img
{
height: calc(100px - 2rem);
}

section.section .links
{
max-height: 170px;
overflow-wrap: normal;
column-count: 3;
column-fill: auto;
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easywiki-themes",
"version": "0.0.1",
"version": "1.0.1",
"description": "All special themes and accent colors for EasyWiki.",
"scripts": {
"build": "node-sass -r -x exports -o css",
Expand Down

0 comments on commit 8af977d

Please sign in to comment.