diff --git a/src/app/methodology/methodology.component.css b/src/app/methodology/methodology.component.css index 90f82d1..dff162b 100644 --- a/src/app/methodology/methodology.component.css +++ b/src/app/methodology/methodology.component.css @@ -1,6 +1,13 @@ table { font-size: 14px; background-color: #FFFFFF; + width:100%; + table-layout: fixed; + overflow-wrap: break-word; +} + +table th { + width: 25%; } table th, table td { @@ -36,6 +43,10 @@ ul.portal-circle li:before { } @media only screen and (max-width: 959px) { + table th { + width: 50%; + } + ul.portal-circle { padding-left: 20px; }