diff options
Diffstat (limited to 'examples/portfolio/src/components/Footer/styles.module.scss')
-rw-r--r-- | examples/portfolio/src/components/Footer/styles.module.scss | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/portfolio/src/components/Footer/styles.module.scss b/examples/portfolio/src/components/Footer/styles.module.scss index 0e77ee206..9e76a6a2f 100644 --- a/examples/portfolio/src/components/Footer/styles.module.scss +++ b/examples/portfolio/src/components/Footer/styles.module.scss @@ -1,15 +1,15 @@ .footer { - text-align: center; - padding-top: 8rem; - padding-right: 2rem; - padding-bottom: 4rem; - padding-left: 2rem; + text-align: center; + padding-top: 8rem; + padding-right: 2rem; + padding-bottom: 4rem; + padding-left: 2rem; } .byline { - display: block; - margin-top: 1rem; - color: var(--t-subdue); - font-size: var(--f-d2); - text-transform: uppercase; + display: block; + margin-top: 1rem; + color: var(--t-subdue); + font-size: var(--f-d2); + text-transform: uppercase; } |