diff --git a/sass/assets/css/style.scss b/sass/assets/css/style.scss index 4bf4052..a67b905 100644 --- a/sass/assets/css/style.scss +++ b/sass/assets/css/style.scss @@ -42,6 +42,25 @@ $content-width: 1152px; background-color: rgba(0,0,0,0) !important; } +header hgroup, +header hgroup * { + overflow-wrap: anywhere; +} + +.wrap-anywhere, +.wrap-anywhere th, +.wrap-anywhere td { + overflow-wrap: anywhere; +} + +@include media-query($on-laptop) { + table { + display: inline-block; + max-width: 100%; + width: auto !important; + } +} + table.preamble > tbody > tr > :not(:first-child) { width: 100%; } @@ -105,6 +124,7 @@ pre,code { } .eiptable .title { + min-width: 300px; width: 67%; } @@ -115,6 +135,7 @@ pre,code { } .eiptable .author { + max-width: 300px; min-width: 33%; } diff --git a/templates/eip.html b/templates/eip.html index 66e73cb..76459d7 100644 --- a/templates/eip.html +++ b/templates/eip.html @@ -200,7 +200,7 @@

{{ page.description }}

- +
Authors