mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Use % instead
This commit is contained in:
parent
613e77e43f
commit
d5447db035
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue