Improved text wrapping behavior. Wrapped text is now centered.

This commit is contained in:
Simon Sarasova 2024-04-13 13:29:03 +00:00
parent 3c7b5588fe
commit de5038eb66
No known key found for this signature in database
GPG key ID: 5E710636FDAA0C61
3 changed files with 4 additions and 1 deletions

View file

@ -3,5 +3,6 @@
This document attempts to describe the history of changes to the Seekia Website codebase. 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. 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* * Added virtue and happiness to eugenics goals. - *Simon Sarasova*
* Improved ReadMe.md. - *Simon Sarasova* * Improved ReadMe.md. - *Simon Sarasova*

View file

@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase.
Name | Date Of First Commit | Number Of Commits Name | Date Of First Commit | Number Of Commits
--- | --- | --- --- | --- | ---
Simon Sarasova | April 10, 2024 | 4 Simon Sarasova | April 10, 2024 | 5

View file

@ -67,6 +67,8 @@ a:hover{
margin-bottom:3em; margin-bottom:3em;
box-shadow:rgba(0, 0, 0, 0.2) 0em 0em 4em 1em; box-shadow:rgba(0, 0, 0, 0.2) 0em 0em 4em 1em;
text-align:center;
} }
.pageHeader{ .pageHeader{