diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/scss/_variables_project.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/scss/_variables_project.scss b/assets/scss/_variables_project.scss new file mode 100644 index 0000000..5ae5529 --- /dev/null +++ b/assets/scss/_variables_project.scss @@ -0,0 +1,9 @@ +/* + +Add styles or override variables from the theme here. + +*/ + +p { + text-align: justify; +} |