Skip to content

Commit

Permalink
fix(text): set body font size to 16 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Dec 22, 2019
1 parent dafd271 commit 1f71013
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

@import "~bootswatch/dist/lux/variables";
@import "~bootstrap/scss/bootstrap";
@import '~bootstrap-vue/src/index.scss';
@import "~bootstrap-vue/src/index.scss";
@import "~bootswatch/dist/lux/bootswatch";

body {
font-size: 1rem;
}

.text-shadow {
text-shadow: black 0.1em 0.1em 0.2em;
}
Expand Down

0 comments on commit 1f71013

Please sign in to comment.