diff options
| -rw-r--r-- | assets/css/main.css | 1 | ||||
| -rw-r--r-- | theme.toml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 196d1f3..c9c861f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -11,7 +11,6 @@ body { line-height: 1.5; margin: auto; padding: auto; - max-width: 750px; } time { @@ -1,5 +1,5 @@ name = 'concise' -license = 'MIT' +license = 'GPL-3.0' licenselink = 'https://github.com/yingyu5658/hugo-theme-concise' description = 'A concise hugo theme. Concentrate on writting.' |
