NixOS / nixos-homepage

Sources for nixos.org
https://nixos.org
285 stars 305 forks source link

fix: #1010 #1401

Closed sudanchapagain closed 2 months ago

sudanchapagain commented 2 months ago

Extremely simple fix for #1010.

i also have a question why is image aligned that way with

article img:not(.img-noadjust) {
    @apply float-right inline ml-8 h-48 w-auto;
}

I don't think having a image be that small and kept in two column layout is necessary.

thilobillerbeck commented 2 months ago

i also have a question why is image aligned that way with

article img:not(.img-noadjust) {
    @apply float-right inline ml-8 h-48 w-auto;
}

I don't think having a image be that small and kept in two column layout is necessary.

This was carried over from the previous implementaiton and design, but yeah, this could be improved in the future