diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 13:48:18 +0200 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 13:48:18 +0200 |
commit | 730d3a8eba6875fa601dece7c0e62e07510b3d1b (patch) | |
tree | 298ff4bfd10d1e8b59ed41ca40e48d95f4ce9365 /themes/stingray/static/css | |
parent | 5fa9597734f5183863bde2a4eed35fb5b8f0f115 (diff) |
Made an aside block
Diffstat (limited to 'themes/stingray/static/css')
-rw-r--r-- | themes/stingray/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/stingray/static/css/main.css b/themes/stingray/static/css/main.css index a32caa2..76f7ef0 100644 --- a/themes/stingray/static/css/main.css +++ b/themes/stingray/static/css/main.css @@ -1,5 +1,5 @@ .jumbotron { - max-width: 900px; + max-width: 1200px; margin: auto; } |