Update validatorLayout.css

This commit is contained in:
Hristo Nedelkov 2024-01-05 10:13:39 +02:00
parent cc1fdfe62d
commit 6fc6d4e442
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.layout { .layout {
background-color: #fff; background-color: #fff;
position: relative; position: relative;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -24,7 +24,6 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: end; justify-content: end;
} }
.container-inner { .container-inner {
max-width: 70%; max-width: 70%;
@ -98,8 +97,6 @@
padding: 20px; padding: 20px;
} }
.layout-right { .layout-right {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;