Changed rules for tables
This commit is contained in:
parent
ad91053c6b
commit
88bd2595f2
1 changed files with 9 additions and 0 deletions
|
@ -2,3 +2,12 @@ html {
|
||||||
max-width:80%;
|
max-width:80%;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table {
|
||||||
|
width:auto;
|
||||||
|
max-width:auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td{
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue