mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: support full width container (#5021)
This commit is contained in:
parent
42f1ed3c47
commit
ce0102eb6f
2 changed files with 14 additions and 1 deletions
|
@ -254,6 +254,14 @@ layout:
|
|||
columns: 4
|
||||
```
|
||||
|
||||
### Full Width
|
||||
|
||||
You can make homepage take up the entire window width by adding:
|
||||
|
||||
```yaml
|
||||
fullWidth: true
|
||||
```
|
||||
|
||||
### Five Columns
|
||||
|
||||
You can add a fifth column to services (when `style: columns` which is default) by adding:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue