LeNPaul / Lagrange

A minimalist Jekyll theme for running a personal blog powered by Jekyll and GitHub Pages
https://lenpaul.github.io/Lagrange/
MIT License
684 stars 671 forks source link

Prevent floating elements overlap by adding clear: both; #119

Open MegaManSec opened 2 months ago

MegaManSec commented 2 months ago

The social-icons in the header may overlap with the title of the posts' h1 tag. This patch ensures that the overlap does not happen.

This screenshot shows what happens without this patch on smaller screens:

Screenshot-2024-09-11:01:22:37