diff options
| author | Pitu <[email protected]> | 2020-12-27 20:17:28 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-27 20:17:28 +0900 |
| commit | 24edf8f4fde96500e9cb23806f4826904144ebc8 (patch) | |
| tree | ca59c77831cfbfed0ba3848af7c0a399c2cc73f4 /src/site/components | |
| parent | Update admin password to be random (diff) | |
| download | host.fuwn.me-24edf8f4fde96500e9cb23806f4826904144ebc8.tar.xz host.fuwn.me-24edf8f4fde96500e9cb23806f4826904144ebc8.zip | |
fix: mobile styling
Diffstat (limited to 'src/site/components')
| -rw-r--r-- | src/site/components/footer/Footer.vue | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/site/components/footer/Footer.vue b/src/site/components/footer/Footer.vue index 7d65505..38e3f07 100644 --- a/src/site/components/footer/Footer.vue +++ b/src/site/components/footer/Footer.vue @@ -83,9 +83,10 @@ export default { .container { .column { - margin-right: 2rem; - &.bottom-up { - @media screen and (min-width: 1025px) { + text-align: center; + @media screen and (min-width: 1025px) { + margin-right: 2rem; + &.bottom-up { display: flex; flex-direction: column; justify-content: flex-end; |