Fix CSS layout on intro screen
This commit is contained in:
parent
598a60c7f5
commit
552526d387
2 changed files with 4 additions and 2 deletions
|
|
@ -13,7 +13,9 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 310px;
|
height: 310px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 26px;
|
line-height: 20px;
|
||||||
|
width: 90%;
|
||||||
|
margin-top: 25px;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue