fix browser bugs on docs index page
This commit is contained in:
parent
4650a699a4
commit
0e76cf2608
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
/* Index only styles */
|
||||
.row {
|
||||
margin-top: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
h1.title {
|
||||
|
@ -94,6 +95,8 @@
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
padding: 50px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: #ddd;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue