From de5038eb660074151b6626b89db40d0292b6b2a5 Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Sat, 13 Apr 2024 13:29:03 +0000 Subject: [PATCH] Improved text wrapping behavior. Wrapped text is now centered. --- Changelog.md | 1 + Contributors.md | 2 +- resources/style.css | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 95a78c4..49e765c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,5 +3,6 @@ This document attempts to describe the history of changes to the Seekia Website codebase. Small and insignificant changes may not be included in this log. +* Improved text wrapping behavior. Wrapped text is now centered. - *Simon Sarasova* * Added virtue and happiness to eugenics goals. - *Simon Sarasova* * Improved ReadMe.md. - *Simon Sarasova* \ No newline at end of file diff --git a/Contributors.md b/Contributors.md index d21409b..bdb7aca 100644 --- a/Contributors.md +++ b/Contributors.md @@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase. Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | April 10, 2024 | 4 \ No newline at end of file +Simon Sarasova | April 10, 2024 | 5 \ No newline at end of file diff --git a/resources/style.css b/resources/style.css index d2c46ce..d9fb18a 100644 --- a/resources/style.css +++ b/resources/style.css @@ -67,6 +67,8 @@ a:hover{ margin-bottom:3em; box-shadow:rgba(0, 0, 0, 0.2) 0em 0em 4em 1em; + + text-align:center; } .pageHeader{