This commit is contained in:
2020-08-12 18:29:27 +02:00
parent 16f0e10d89
commit fba48603b6
2 changed files with 75 additions and 31 deletions

View File

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