diff options
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/modules/back-to-top.css | 4 | ||||
| -rw-r--r-- | public/css/modules/index.css | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/public/css/modules/back-to-top.css b/public/css/modules/back-to-top.css new file mode 100644 index 0000000..038f67b --- /dev/null +++ b/public/css/modules/back-to-top.css @@ -0,0 +1,4 @@ +.back-to-top { + width: fit-content; + margin-inline-start: auto; +}
\ No newline at end of file diff --git a/public/css/modules/index.css b/public/css/modules/index.css index 8766ef5..6a5cef1 100644 --- a/public/css/modules/index.css +++ b/public/css/modules/index.css @@ -1,3 +1,4 @@ @import './btn.css'; @import './link.css'; -@import './news-index.css';
\ No newline at end of file +@import './news-index.css'; +@import './back-to-top.css';
\ No newline at end of file |
