From b980df8bf5a29ba8567beba56b97474dd9dbb3c3 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 26 Oct 2024 20:10:22 -0400 Subject: clean unused components, fix hugo.toml to support columns shortcode --- static/style.css | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index fa1fd6a..613844d 100644 --- a/static/style.css +++ b/static/style.css @@ -77,17 +77,6 @@ th, td { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } -/* -.column { - flex: 1; -} - -.row { - display: flex; - column-gap: 20px; -} -*/ - .contact { font-size: 140%; color: #D9D9D9; @@ -116,9 +105,7 @@ th, td { .topnav li a { color: #174372; -/* display: block; */ text-align: center; -/* padding: 14px 16px; */ text-decoration: none; transform: none; } @@ -127,23 +114,3 @@ th, td { color: #174372; } -/* For columns shortcode: */ -.md-columns { - display: flex; - flex-wrap: wrap; - margin-left: -1rem; - margin-right: -1rem; - - div { - flex: 1 1; - margin: 1rem 0; - min-width: 100px; - max-width: 100%; - padding: 0 1rem; - } - - .markdown-inner { - margin-top: 0; - margin-bottom: 0; - } -} -- cgit v1.2.3