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 { #home {
position: relative; position: relative;
margin-right: 10px; margin-right: 0.625rem;
&::after { &::after {
background-color: var(--fg-muted-2); background-color: var(--fg-muted-2);
content: ""; content: "";
height: 110%; height: 110%;
position: absolute; position: absolute;
right: -.5rem; right: -0.5rem;
top: 0; top: 0;
width: 1px; width: 1px;
} }