added white to border in layout for aesthetics while loading in, might regret this

This commit is contained in:
Pagwin 2024-10-26 21:59:34 -04:00
parent 48d3f0303e
commit 8a7917a0cd
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -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*/