added border to layout due to it shifting text a bit
This commit is contained in:
parent
c98b55e4bd
commit
589ad886ad
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue