diff options
author | Matthew Lemon <y@yulqen.org> | 2023-12-18 09:54:36 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-12-18 09:54:36 +0000 |
commit | c504e1e907ea68e3b777db5d286974010d2361c0 (patch) | |
tree | 3f0afd1600b960e61bbf951d65292a66cbd2e1d0 /app/assets/stylesheets/_styles.scss | |
parent | 18ab0d1d8ab42d212ed1cc2346ca00ec169449fd (diff) |
Added a new _custom.scss file
Turns out if you configure it thus, you can customise the sass variables
in bootstrap.
https://bootstrap.themes.guide/how-to-customize-bootstrap.html
Diffstat (limited to 'app/assets/stylesheets/_styles.scss')
-rw-r--r-- | app/assets/stylesheets/_styles.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/_styles.scss b/app/assets/stylesheets/_styles.scss index 95ca513..4c8c5de 100644 --- a/app/assets/stylesheets/_styles.scss +++ b/app/assets/stylesheets/_styles.scss @@ -11,7 +11,7 @@ table { table-layout: fixed; border: 2px solid; } -th, td { - border: 1px solid; +td { + border-width: 2px; padding: 3px; } |