cadars
cadars
I believe this could fix the issue: ```css sup, sub { line-height: 1; } ```
 A hidden gem of the Google Fonts catalog, where its specimen doesn't do it justice; better play with its unusual axes here: https://v-fonts.com/fonts/commissioner. It is also exclusively used on...
https://github.com/zeplia/minwiz/blob/aa80a672543ff1f530476d595efad842e469d5d4/src/styles/stylesheet.css#L59 Basically, display:none isn't recommended, it's better to use [another technique](https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html). Without using exotic properties like `clip`and `clip-path`, I have found this to be enough for this case (I'm planning...
Here is a workaround, but it implies that the #home section is last in the HTML: ```css section { display: none; position: absolute; top: 0; width: 100%; } section:target, section#home...
I tried to add a simple Github action to run `portable.php` from the repo: ```yml name: RUN on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses:...
### What’s the bug you are facing? Inserting an HorizontalRule produces different results depending on: - How is it created, shortcut or command - Where in the document it is...

Domain: portable.fyi GTMetrix: https://gtmetrix.com/reports/portable.fyi/zUnTXFOX/
`sup {line-height:1}` would be welcome (can't believe most browsers still don't have it right by default) 