diff options
Diffstat (limited to 'ogcp/static')
-rw-r--r-- | ogcp/static/css/soleta.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 7009abb..730f54f 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -7,6 +7,10 @@ html, body { background-color: transparent; } +#sidebar { + padding-left: 25px; +} + .toast { margin: 10px; } |