diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-14 03:14:30 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-20 13:30:31 -0500 |
| commit | b4a5b5203f9c6b35feaf2918baa1da6e344ae3c1 (patch) | |
| tree | ef4672580592d6dea27175a9295395a11b1793a8 /src/hocs/with_load_more | |
| parent | 8680046c4e59e2296de6add1237f59745aa49e03 (diff) | |
Minor css improvements of hocs
Diffstat (limited to 'src/hocs/with_load_more')
| -rw-r--r-- | src/hocs/with_load_more/with_load_more.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hocs/with_load_more/with_load_more.scss b/src/hocs/with_load_more/with_load_more.scss index af1e1fe8..1a0a9c40 100644 --- a/src/hocs/with_load_more/with_load_more.scss +++ b/src/hocs/with_load_more/with_load_more.scss @@ -2,9 +2,9 @@ &-footer { padding: 10px; text-align: center; - } - .error { - font-size: 14px; + .error { + font-size: 14px; + } } }
\ No newline at end of file |
