feat: Use rem instead of px

This commit is contained in:
daudix
2024-01-29 00:07:11 +03:00
parent 857cf7e7e5
commit eb8f9e751a

View File

@ -52,14 +52,14 @@
#home {
position: relative;
margin-right: 10px;
margin-right: 0.625rem;
&::after {
background-color: var(--fg-muted-2);
content: "";
height: 110%;
position: absolute;
right: -.5rem;
right: -0.5rem;
top: 0;
width: 1px;
}