diff options
| author | Fuwn <[email protected]> | 2024-06-12 03:45:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 03:45:48 -0700 |
| commit | 2f3a2856c737fbc0e00563ef27bbdbc28fef6ef5 (patch) | |
| tree | 6ad6f7dc117b039dcedc010789922b61ec7980f0 /index.html | |
| parent | 5f47408a0527dc5f3e25dc392c688e715ec0c400 (diff) | |
| download | mayu-2f3a2856c737fbc0e00563ef27bbdbc28fef6ef5.tar.xz mayu-2f3a2856c737fbc0e00563ef27bbdbc28fef6ef5.zip | |
feat(index.html): center output
Diffstat (limited to 'index.html')
| -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; |