Hacker News new | past | comments | ask | show | jobs | submit login

You might add the following CSS to perhaps improve the presentation of your header logo (which seems a little awkward aligned to the bottom of the navbar as I see it):

```css

  .navbar-item > .navbar-item {
    padding: 0;
  }
```



This seems to come from there: https://github.com/KhronosGroup/antora-ui-khronos/blob/e6d03...

This css seems shared across multiple sites, so I'd be afraid of breaking one of them if not introducing yet another class, though I am not sure where the HTML for the inclusion of this logo is generated from.

Edit: seems likes it comes from there: https://github.com/KhronosGroup/antora-ui-khronos/blob/e6d03...


Also:

    footer.footer {
        display: none;
    }
Or remove that element. It is empty and just adds an awkward gray area when you scroll to the bottom.


my thoughts exactly lol




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: