contain <section> width #16
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"
created #17
if you now add in whatever
<selector>
the class.contain-width
it will contain the inner selectors with class.entry-content
or class.omekas-entry-content
tomax-width= 50vw
will be solved with pull #30
#30