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

Latest commit

 

History

History
26 lines (21 loc) · 599 Bytes

removing decreasing side padding for boards.md

File metadata and controls

26 lines (21 loc) · 599 Bytes

Removing/decreasing side padding for boards

last tested/working: Oct 1, 2020

author(s): @dragonwocky

before tweak after tweak
before tweak after tweak

css

/* ========== REMOVING/DECREASING SIDE PADDING FOR BOARDS ========== */
.notion-board-view {
  padding-left: 10px !important;
  padding-right: 10px !important;
}