diff --git a/_includes/css.html b/_includes/css.html new file mode 100644 index 00000000..fa8a6b8b --- /dev/null +++ b/_includes/css.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_layouts/signed.html b/_layouts/signed.html index 05739d51..34981381 100644 --- a/_layouts/signed.html +++ b/_layouts/signed.html @@ -2,6 +2,16 @@ layout: home --- +{% include css.html %} + +
+ {{ content }}diff --git a/_sass/custom.scss b/_sass/custom.scss new file mode 100644 index 00000000..f73e2ff4 --- /dev/null +++ b/_sass/custom.scss @@ -0,0 +1,7 @@ +.translations { + text-align: end; +} + +.translation { + font-size: 2em; +} \ No newline at end of file diff --git a/assets/css/custom.scss b/assets/css/custom.scss new file mode 100644 index 00000000..88dd1300 --- /dev/null +++ b/assets/css/custom.scss @@ -0,0 +1,4 @@ +--- +--- + +@import "custom"; \ No newline at end of file diff --git a/index-pt-br.md b/index_pt_br.md similarity index 100% rename from index-pt-br.md rename to index_pt_br.md