diff options
-rw-r--r-- | html/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/assets/style.css b/html/assets/style.css index ba7fcca..d4f5b9c 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -274,7 +274,7 @@ a.header-link { display: flex; flex-wrap: wrap; - justify-content: start; + justify-content: center; } .note-box |