added border to layout due to it shifting text a bit

This commit is contained in:
Pagwin 2024-10-25 18:15:18 -04:00
parent c98b55e4bd
commit 589ad886ad
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -33,7 +33,9 @@ a:hover {
/*https://ux.stackexchange.com/a/34125*/
/*https://ux.stackexchange.com/a/34148*/
/*https://pearsonified.com/golden-ratio-typography-intro/*/
/*https://grtcalculator.com/*/
max-width: 55em;
border: 0.5em solid;
border-radius: 0.5em;
/* needed due to being flex itself*/
@ -72,3 +74,8 @@ pre {
hr {
width: 100%;
}
p {
/*https://pearsonified.com/golden-ratio-typography-intro/ is where this came from and tbh having a bigger line height does make things more readable although I tune it down a bit*/
line-height: 1.5;
}