Use % instead

This commit is contained in:
Lim Chee Aun 2023-01-30 19:49:38 +08:00
parent 613e77e43f
commit d5447db035

View file

@ -67,7 +67,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
min-height: 100dvh;
margin: auto;
width: 40em;
max-width: 100vw;
max-width: 100%;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
background-color: var(--bg-color);