diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-02 11:13:02 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-02 11:13:02 -0500 |
commit | ea2ee06c101e424cb6435b204f5d3097931e9b98 (patch) | |
tree | f5ff84d0d5b5e9543c3622a92ae9b920198c9bc4 /html/assets/style.css | |
parent | b4a336f34f13b3811997dd31509169d8a7364f34 (diff) |
justify notes in center to be more responsive
Diffstat (limited to 'html/assets/style.css')
-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 |