diff --git a/lib/assets/stylesheets/roadmap.scss b/lib/assets/stylesheets/roadmap.scss index 911021a..9537b86 100644 --- a/lib/assets/stylesheets/roadmap.scss +++ b/lib/assets/stylesheets/roadmap.scss @@ -37,7 +37,7 @@ .content-two-column { width: 98%; - + .column-left { display: inline-block; width: 55%; @@ -56,3 +56,12 @@ .centered { text-align: center; } + +table.dmp_table{ + width: 100%; + border-collapse: separate; + border-spacing: 2px; + border-bottom: 0px; + margin-bottom: 20px; + table-layout: fixed; +} \ No newline at end of file