Open eveneme opened 2 weeks ago
In some sections, in my opinion, the padding is too large, especially on the left and right. I suggest:
.wbbBoardNode { padding: 10px; }
change to:
.wbbBoardNode { padding: 10px 6px; }
AND
.boxesSidebarLeft .box:not(.boxBorderless),.boxesSidebarRight .box:not(.boxBorderless) { padding:20px; }
.boxesSidebarLeft .box:not(.boxBorderless),.boxesSidebarRight .box:not(.boxBorderless) { padding:14px; }
Benefits: more content, better text fill.
In some sections, in my opinion, the padding is too large, especially on the left and right. I suggest:
change to:
AND
change to:
Benefits: more content, better text fill.