Adjusted template

This commit is contained in:
2020-08-10 19:06:45 +02:00
parent 34df74e42a
commit 06b7686264
2 changed files with 37 additions and 71 deletions

View File

@@ -18,10 +18,11 @@ body {
.LP-Main {
display: table;
flex-direction: row-reverse;
height: calc(100% - 61px); }
height: calc(100% - 61px);
width: 100%; }
.LP-Main .LP-Main__Content {
display: table-cell;
width: calc(100% -300px);
width: calc(100% - 300px);
min-height: 1px;
padding: 25px; }
.LP-Main .LP-Main__Sidebar {