Limit sidebar to 350px (#15848)

This commit is contained in:
Joakim Sørensen 2020-12-08 08:56:49 +01:00 committed by GitHub
parent 35907b4c30
commit 7c45fce74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ html {
#sidebar {
.grid {
position: fixed;
width: 33.33%;
width: 350px;
.brand-logo-container {
margin-top: 0;
}