You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iframe, img, video are all set the margin: auto by default. If you use an image in header under layout-simple the margin will break the justify-content: space-between rule
<!DOCTYPE html><htmllang="en"><head><linkrel="stylesheet" href="https://matcha.mizu.sh/matcha.css"></head><bodyclass="layout-simple"><header><imgsrc="images/Austin-Mesh-Logo.svg" alt="Logo for Austin Mesh" title="Austin Mesh" width="500" height="60" />
<div>
Social media links
</div></header></body></html>
The text was updated successfully, but these errors were encountered:
iframe, img, video are all set the
margin: auto
by default. If you use an image inheader
underlayout-simple
the margin will break thejustify-content: space-between
ruleThe text was updated successfully, but these errors were encountered: