SUPPORT-8997
This commit is contained in:
parent
a8b764ff9e
commit
9bee9df9e2
1 changed files with 9 additions and 7 deletions
|
|
@ -165,17 +165,17 @@ a.btn:is(:hover, :focus, :active) {
|
|||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: var(--h-header) 0 0;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
top: var(--h-header);
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.container-inside {
|
||||
|
|
@ -269,7 +269,9 @@ a.btn:is(:hover, :focus, :active) {
|
|||
--indent-medium: 24px;
|
||||
--indent-small: 16px;
|
||||
}
|
||||
|
||||
.cert-check-content {
|
||||
padding-left: var(--w-screen);
|
||||
}
|
||||
.container-inside .block-group {
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue