updating divider between header items

This commit is contained in:
David Kennedy 2024-06-17 14:38:29 -04:00
parent f444a12a45
commit cb810c5639
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -70,7 +70,7 @@ body {
top: 50%;
left: 0;
width: 0; /* No width since it's a border */
height: 50%;
height: 40%;
border-left: solid 1px color('base-light');
transform: translateY(-50%);
}