summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBrandon <brandon@btkoch.xyz>2024-10-26 20:10:22 -0400
committerBrandon <brandon@btkoch.xyz>2024-10-26 20:10:22 -0400
commitb980df8bf5a29ba8567beba56b97474dd9dbb3c3 (patch)
tree91d5343b6dca6c2e07fa459db1364070818282e1 /static
parentcd0279d2787bbf265e12e309b8a61489c727bb2a (diff)
clean unused components, fix hugo.toml to support columns shortcode
Diffstat (limited to 'static')
-rw-r--r--static/style.css33
1 files changed, 0 insertions, 33 deletions
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;
- }
-}