перенесла правки для мелких экранов только
This commit is contained in:
parent
9bee9df9e2
commit
916c424af3
1 changed files with 9 additions and 4 deletions
|
|
@ -166,16 +166,16 @@ a.btn:is(:hover, :focus, :active) {
|
|||
.container {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: var(--h-header);
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding: var(--h-header) 0 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.container-inside {
|
||||
|
|
@ -267,11 +267,16 @@ a.btn:is(:hover, :focus, :active) {
|
|||
--indent-huge: 32px;
|
||||
--indent-big: 24px;
|
||||
--indent-medium: 24px;
|
||||
--indent-small: 16px;
|
||||
--indent-small: 16px;
|
||||
}
|
||||
.cert-check-content {
|
||||
padding-left: var(--w-screen);
|
||||
}
|
||||
.container {
|
||||
top: var(--h-header);
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.container-inside .block-group {
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue