Update
This commit is contained in:
@@ -14,11 +14,22 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
.obyte-qa-tool-shell,
|
||||
.obyte-qa-tool,
|
||||
.obyte-qa-tool * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.obyte-qa-tool-shell {
|
||||
width: 100vw;
|
||||
max-width: 100vw;
|
||||
margin-left: calc(50% - 50vw);
|
||||
margin-right: calc(50% - 50vw);
|
||||
padding: 0 clamp(16px, 3vw, 34px);
|
||||
overflow-x: clip;
|
||||
background: #f5fbfe;
|
||||
}
|
||||
|
||||
.obyte-qa-tool {
|
||||
--oqt-blue: #00a7e6;
|
||||
--oqt-blue-soft: #33b9eb;
|
||||
@@ -36,8 +47,9 @@
|
||||
--oqt-danger: #c43b3b;
|
||||
--oqt-muted: #67717a;
|
||||
--oqt-focus: 0 0 0 3px rgba(0, 167, 230, 0.28);
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
width: min(1240px, 100%);
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
overflow: visible;
|
||||
border: 1px solid var(--oqt-line);
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user