aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 03:45:48 -0700
committerFuwn <[email protected]>2024-06-12 03:45:48 -0700
commit2f3a2856c737fbc0e00563ef27bbdbc28fef6ef5 (patch)
tree6ad6f7dc117b039dcedc010789922b61ec7980f0 /index.html
parent5f47408a0527dc5f3e25dc392c688e715ec0c400 (diff)
downloadmayu-2f3a2856c737fbc0e00563ef27bbdbc28fef6ef5.tar.xz
mayu-2f3a2856c737fbc0e00563ef27bbdbc28fef6ef5.zip
feat(index.html): center output
Diffstat (limited to 'index.html')
-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;