yanok-stage / www.yanok.ai

Home of Yanok
http://www-stage.yanok.ai/
2 stars 1 forks source link

decrease side margins for content to 3% #109

Closed use-tusk[bot] closed 17 hours ago

use-tusk[bot] commented 17 hours ago

Fixes #108

This change updates the CSS in the default layout file to decrease the side margins for the main content area from 8% to 3%. The goal is to make the content area wider and reduce the empty space on both sides of the page. Specifically, this involves updating the padding values in the CSS rule for #content-wrapper > div and changing the px-[8%] class to px-[3%] in the main content <div> element. The result will be a more expansive main content section with less side margin space.


Tips: