aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 10:45:48 +0000
committerFuwn <[email protected]>2024-06-12 10:45:48 +0000
commit7c4f0c2036afa4291196acf8c404a7bb056b8692 (patch)
tree6ad6f7dc117b039dcedc010789922b61ec7980f0
parentfix(index.html): attribution spacing on desktop (diff)
downloadmayu-7c4f0c2036afa4291196acf8c404a7bb056b8692.tar.xz
mayu-7c4f0c2036afa4291196acf8c404a7bb056b8692.zip
feat(index.html): center output
-rw-r--r--index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.html b/index.html
index 530d71e..25bc60a 100644
--- a/index.html
+++ b/index.html
@@ -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;