перенесла правки для мелких экранов только
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 {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: var(--h-header);
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 0;
|
padding: var(--h-header) 0 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-inside {
|
.container-inside {
|
||||||
|
|
@ -272,6 +272,11 @@ a.btn:is(:hover, :focus, :active) {
|
||||||
.cert-check-content {
|
.cert-check-content {
|
||||||
padding-left: var(--w-screen);
|
padding-left: var(--w-screen);
|
||||||
}
|
}
|
||||||
|
.container {
|
||||||
|
top: var(--h-header);
|
||||||
|
padding: 0;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
.container-inside .block-group {
|
.container-inside .block-group {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue