width #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if
<body>
hasclass="page"
then width is 100vw for small screens, andmax-width=50vw
for medium and large screensif
<body>
hasclass="index"
then width is 100vw for small screens andmax-width: unset
for middle and larger screensin this url: https://collections.arc-hive.zone/s/werewolves/page/index is not appliying because
<body>
hasclass=¨ page index dropdown-menu"
should happen like here: https://dev-archive.hangar.org/s/Werewolves/page/mythology where
<body>
hasclass=¨ page dropdown-menu"
Yes. I'm trying to understand this. Thanks!
I seems that if the page is called
index
, then theindex
class is automatically added.I will try to cancel that.
wrong repository