Skip to content

Commit

Permalink
feat: reduce font size
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Feb 20, 2022
1 parent f4b3c69 commit e92403b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
18 changes: 13 additions & 5 deletions assets/scss/partials/components/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.footer {
clear: both;
$font-size-footer: 1.4rem;

text-align: center;
font-size: 1rem;
margin: 0 auto;
bottom: 0;
width: 100%;
Expand All @@ -16,9 +16,17 @@
justify-content: center;
}

&__item:not(:first-of-type)::before {
content: '\00B7';
padding: 4px;
&__item {
font-size: $font-size-footer;

&:not(:first-of-type)::before {
content: '\00B7';
padding: 4px;
}

a {
font-size: $font-size-footer;
}
}

&__sidebar {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.rtl.min.81dd6676312c2d28d568bafda7b19f9be4c6d5522c4c93052a44fd52932c404e.css","MediaType":"text/css","Data":{"Integrity":"sha256-gd1mdjEsLSjVaLr9p7Gfm+TG1VIsTJMFKkT9UpMsQE4="}}
{"Target":"scss/main.rtl.min.e675023bef7df685a2ce45df8fb4603074147c8b513b0c63946db55b9227b7c2.css","MediaType":"text/css","Data":{"Integrity":"sha256-5nUCO+999oWizkXfj7RgMHQUfItROwxjlG21W5Int8I="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.min.d113fe82e8431ac5d29149c81fe920d801ba7139eea714c3a876f3c38fca14a0.css","MediaType":"text/css","Data":{"Integrity":"sha256-0RP+guhDGsXSkUnIH+kg2AG6cTnupxTDqHbzw4/KFKA="}}
{"Target":"scss/main.min.7e90d620f8cf313bf6db731752bf7143b8e2306bdf0839107894dbbd6e408274.css","MediaType":"text/css","Data":{"Integrity":"sha256-fpDWIPjPMTv223MXUr9xQ7jiMGvfCDkQeJTbvW5AgnQ="}}

0 comments on commit e92403b

Please sign in to comment.