diff options
| author | Fuwn <[email protected]> | 2024-06-12 10:45:48 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 10:45:48 +0000 |
| commit | 7c4f0c2036afa4291196acf8c404a7bb056b8692 (patch) | |
| tree | 6ad6f7dc117b039dcedc010789922b61ec7980f0 | |
| parent | fix(index.html): attribution spacing on desktop (diff) | |
| download | mayu-7c4f0c2036afa4291196acf8c404a7bb056b8692.tar.xz mayu-7c4f0c2036afa4291196acf8c404a7bb056b8692.zip | |
feat(index.html): center output
| -rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -98,7 +98,7 @@ white-space: pre-wrap; word-wrap: break-word; max-width: 100%; - margin-top: 30px; + margin-top: 20px; } a { @@ -122,6 +122,13 @@ display: none; } + .counter { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + } + @media (max-width: 768px) { main { flex-direction: column; |