fix: minor refinement to horizontal padding

This commit is contained in:
Timothy DeHerrera
2024-12-29 17:07:27 -07:00
parent b57af5afc8
commit e66aa3bd4d
2 changed files with 8 additions and 1 deletions

View File

@@ -41,5 +41,6 @@ repo_url = "https://github.com/nrdxp/nrd.sh/tree/main/content/"
favicon = "/icon/favicon.png"
stylesheets = [
"fira.css",
"colors.css"
"colors.css",
"custom.css"
]

6
sass/custom.scss Normal file
View File

@@ -0,0 +1,6 @@
.content {
max-width: 1000px;
margin: 0 auto;
padding: 0 0.618em;
word-wrap: break-word;
}