diff options
Diffstat (limited to 'src/components/molecules/copyright/copyright.module.scss')
| -rw-r--r-- | src/components/molecules/copyright/copyright.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/molecules/copyright/copyright.module.scss b/src/components/molecules/copyright/copyright.module.scss new file mode 100644 index 0000000..cf57e7e --- /dev/null +++ b/src/components/molecules/copyright/copyright.module.scss @@ -0,0 +1,4 @@ +.wrapper { + font-family: var(--font-family-secondary); + font-size: var(--font-size-md); +} |
