This commit is contained in:
parent
b9fd027a9f
commit
c45ad78560
4
base.css
4
base.css
@ -78,7 +78,7 @@ main{
|
|||||||
}
|
}
|
||||||
.main-table{
|
.main-table{
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 95%;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
.main-table > div{
|
.main-table > div{
|
||||||
@ -99,7 +99,7 @@ main{
|
|||||||
}
|
}
|
||||||
.item-table{
|
.item-table{
|
||||||
display: table;
|
display: table;
|
||||||
width: 90%;
|
width: 95%;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user