| .docRoot { | |
| display: flex; | |
| width: 100%; | |
| padding: 0 70px; | |
| } | |
| @media screen and (max-width: 768px) { | |
| .docRoot { | |
| padding: 35px; | |
| } | |
| } | |
| .docsWrapper { | |
| display: flex; | |
| flex: 1 0 auto; | |
| width: 100%; | |
| @media screen and (min-width: 1024px) { | |
| table { | |
| th { | |
| min-width: 110px; | |
| } | |
| } | |
| } | |
| table { | |
| font-size: 14px; | |
| } | |
| } |