Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 555 Bytes

left-align images.md

File metadata and controls

27 lines (21 loc) · 555 Bytes

Left-align images

Always left-align all images.

last tested/working: Nov 18, 2020

author(s): @dragonwocky

before tweak after tweak
before tweak after tweak

css

/* ========== LEFT-ALIGN IMAGES ========== */
.notion-selectable.notion-image-block {
  margin-right: auto;
}