Incremented table width to 100%
Table width (header and body/back) incremented to 100% but adding max-width so it isn't too wide in wide-screen monitors.
This commit is contained in:
@@ -2251,7 +2251,8 @@ a .home-platforms-list-cover-face:hover
|
||||
margin-right: auto;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
max-width: 1600px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.table-card-header {
|
||||
@@ -2263,7 +2264,8 @@ a .home-platforms-list-cover-face:hover
|
||||
margin-right: auto;
|
||||
margin-top: 20px;
|
||||
margin-bottom: -20px;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
max-width: 1600px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.table-card-back td {
|
||||
|
Reference in New Issue
Block a user