diff options
Diffstat (limited to 'src_web/style/main.scss')
| -rw-r--r-- | src_web/style/main.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src_web/style/main.scss b/src_web/style/main.scss index 896df77..2ea843e 100644 --- a/src_web/style/main.scss +++ b/src_web/style/main.scss @@ -113,6 +113,10 @@ html, body { .center-panel { flex-grow: 1; overflow: auto; + padding: 15px; + display: flex; + justify-content: center; + align-items: center; } |
