fix tag overflow

This commit is contained in:
Gabriel 2025-01-08 02:46:50 -05:00
parent 3e758581da
commit 8a6bf2d2cb

View file

@ -885,6 +885,7 @@ article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after {
display:flex; display:flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
flex-wrap:wrap;
justify-content: center; justify-content: center;
width:100%; width:100%;
} }