About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-02-02 11:13:02 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-02-02 11:13:02 -0500
commitea2ee06c101e424cb6435b204f5d3097931e9b98 (patch)
treef5ff84d0d5b5e9543c3622a92ae9b920198c9bc4
parentb4a336f34f13b3811997dd31509169d8a7364f34 (diff)
justify notes in center to be more responsive
-rw-r--r--html/assets/style.css2
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