diff options
-rw-r--r-- | css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index e79975a..94272ff 100644 --- a/css/style.css +++ b/css/style.css @@ -62,6 +62,10 @@ a.pagination-next.disabled { color: #0dd3ff; } +.is-table { + display: table; +} + /* html/body/font-fixes */ body, input, textarea, .button { font-family: 'Roboto Condensed', sans-serif; |