csirt-global / website

2 stars 1 forks source link

Bug: Social media icons shrink inconsistently on views wider than 1279px #38

Open ketumbra opened 1 month ago

ketumbra commented 1 month ago
image
cookiemonster commented 1 month ago

I see that

img, video { max-width: 100%; height: auto; }

in style.css is caused by this.

image If I removed the max-width: 100%; of the image class, the issue would be fixed So, I think adding a class to these social account icons to counter this?