mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Layout width fix
This commit is contained in:
parent
09c45f7209
commit
7d3c97ed6f
2 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
margin-top: 45px;
|
margin-top: 45px;
|
||||||
padding: 1px 7px;
|
padding: 1px 7px;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
height: calc(100vh - 50px);
|
height: calc(100vh - 50px);
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue