From 1d968bab23a361acc994d81b0be157d44236e6f6 Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Wed, 19 Feb 2025 02:42:43 +0200 Subject: [PATCH] updated tables --- _tables.sass | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/_tables.sass b/_tables.sass index f339075..d47dcb6 100644 --- a/_tables.sass +++ b/_tables.sass @@ -1,3 +1,39 @@ +.two-column + width: 100% + table-layout: fixed + + th + text-transform: uppercase + + th, td + width: 50% + text-align: left + + +.two-column-desc + width: 100% + table-layout: fixed + + th, td + width: 50% + text-align: left + + thead + th + text-align: left + + tr:nth-child(1) th + text-transform: uppercase + padding-bottom: 0 + border-bottom: none + + tr:nth-child(2) th + text-transform: lowercase + border-top: none + font-size: .7em + padding-left: 1rem + + // Quotes Table Style .quotes border-collapse: collapse