1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

style fix that was not merged correctly

This commit is contained in:
kevmodrome 2020-04-06 09:07:53 +02:00
parent 2245867bef
commit 9708e37ac9

View file

@ -77,13 +77,13 @@
.content { .content {
flex: 1 1 auto; flex: 1 1 auto;
margin: 80px 60px; margin: 20px 40px;
} }
.nav { .nav {
overflow: auto; overflow: auto;
flex: 0 1 auto; flex: 0 1 auto;
width: 300px; width: 275px;
height: 100%; height: 100%;
} }
</style> </style>