HaxeFoundation / haxe.org

The haxe.org website
https://haxe.org
81 stars 94 forks source link

Community top navigation fix #437

Closed markknol closed 3 years ago

markknol commented 3 years ago

Minor change, but at the moment the dots on community.haxe.org are displayed as blocks, and bit misaligned. image

.brand.sub::before {
    content: "..";
    position: absolute;
    margin-left: -33px;
    margin-top: -23px; /* << move bit more to middle */
    line-height: 0px;
    font: bold 40px "Open Sans", serif; /* << serif font has round dots */
    letter-spacing: 0px;
    color: #f25c19;
}

These two changes will make it look like this image

@ibilon I assigned you since I think you're the one that can do this, thanks!

ibilon commented 3 years ago

Made some tweaks, should be better now.