cadars

Results 10 issues of cadars

I believe this could fix the issue: ```css sup, sub { line-height: 1; } ```

![image](https://user-images.githubusercontent.com/467112/148642943-00569faa-263f-40ff-90d6-6c41a6ad7904.png) 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:...

enhancement
help wanted

### 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...

bug

![scroll-alt-text](https://user-images.githubusercontent.com/467112/151670164-1cdde2cf-7896-46f6-95c9-ff6bb839d28b.gif)

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) ![Untitled](https://user-images.githubusercontent.com/467112/93693672-3d4ab000-fb03-11ea-9146-583c7fabaf28.gif)