added white to border in layout for aesthetics while loading in, might regret this
This commit is contained in:
parent
48d3f0303e
commit
8a7917a0cd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ a:hover {
|
|||
/*https://pearsonified.com/golden-ratio-typography-intro/*/
|
||||
/*https://grtcalculator.com/*/
|
||||
max-width: 55em;
|
||||
border: 0.5em solid;
|
||||
border: 0.5em solid white;
|
||||
border-radius: 0.5em;
|
||||
|
||||
/* needed due to being flex itself*/
|
||||
|
|
Loading…
Reference in a new issue