diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:01:31 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:01:31 +0100 |
| commit | d41d9e900a4ce25544a07113c082d762af2d9cc9 (patch) | |
| tree | 293193b091a3d23a9682a7956e5e332a4e1075ff /public/main.css | |
| parent | 5a85c56f760ddcb13ccc185e2f54c6928f7fcd3e (diff) | |
Pulls out back-to-top module
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/public/main.css b/public/main.css index bb313b1..bc2f9b3 100644 --- a/public/main.css +++ b/public/main.css @@ -112,17 +112,6 @@ footer { padding-inline: max(10%, calc((100% - var(--max-width-all-content)) / 2));; } -.back-to-top-link { - width: fit-content; - margin-inline: auto; -} - -@media (min-width: 50rem) { - .back-to-top-link { - margin-inline-end: 0; - } -} - .product__header-block { display: flex; flex-wrap: wrap; |
