mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:05:32 -04:00
set max width of pages in Hugo config.toml, retrieve value from SCSS
https://gohugo.io/hugo-pipes/resource-from-template/
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// Video Styles
|
||||
main#etc {
|
||||
max-width: 910px;
|
||||
max-width: $max-width;
|
||||
padding: 1.5em 2em;
|
||||
margin: 0 auto;
|
||||
|
||||
|
Reference in New Issue
Block a user